Thomas Kluyver 9 gadi atpakaļ
vecāks
revīzija
ea88713e82
2 mainītis faili ar 7 papildinājumiem un 2 dzēšanām
  1. 2 2
      doc/cfgfile.rst
  2. 5 0
      doc/releasenotes.rst

+ 2 - 2
doc/cfgfile.rst

@@ -138,8 +138,8 @@ build time and packaged along with the application. When the installer runs, it
 will create a ``Python`` subfolder inside the install directory with the files
 Python needs to run.
 
-This has the advantage of producing smaller installers (~7.5 MB for a trivial
-application), and more standalone installations. But it has a number of
+This has the advantage of producing smaller, quicker installers (~7.5 MB for a
+trivial application), and more standalone installations. But it has a number of
 limitations:
 
 - This option is only available for Python 3.5 and above. These versions of

+ 5 - 0
doc/releasenotes.rst

@@ -6,6 +6,11 @@ Version 1.6
 
 * Experimental support for creating installers that :ref:`bundle Python with the
   application <python_bundled>`.
+* Support for Python 3.5 installers.
+* The user agent is set when downloading Python builds, so downloads from
+  Pynsist can be identified.
+* New example applications using PyGI, numpy and matplotlib.
+* Fixed a bug with different path separators in ``exclude`` patterns.
 
 Version 1.5
 -----------