Ver Fonte

Release notes for 2.8

Thomas Kluyver há 3 anos atrás
pai
commit
c2b075545c
2 ficheiros alterados com 10 adições e 0 exclusões
  1. 1 0
      doc/examples.rst
  2. 9 0
      doc/releasenotes.rst

+ 1 - 0
doc/examples.rst

@@ -17,6 +17,7 @@ with different frameworks:
 - `A pygame application <https://github.com/takluyver/pynsist/tree/master/examples/pygame>`_
 - `A pyglet application <https://github.com/takluyver/pynsist/tree/master/examples/pyglet>`_
 - `A pywebview application <https://github.com/takluyver/pynsist/tree/master/examples/pywebview>`_
+- `A streamlit application <https://github.com/takluyver/pynsist/tree/master/examples/streamlit>`_
 
 Real-world examples
 -------------------

+ 9 - 0
doc/releasenotes.rst

@@ -1,6 +1,15 @@
 Release notes
 =============
 
+Version 2.8
+-----------
+
+* The NSIS installer template now has an ``install_pkgs`` block around the
+  instructions to install the ``pkgs`` folder, allowing it to be overridden
+  (:ghpull:`245`).
+* New example for streamlit (:ghpull:`237`).
+* Added a couple of :doc:`faq` entries (:ghpull:`233`, :ghpull:`235`).
+
 Version 2.7
 -----------