Bladeren bron

Document recent changes

Thomas Kluyver 8 jaren geleden
bovenliggende
commit
fe99ef8950
1 gewijzigde bestanden met toevoegingen van 7 en 0 verwijderingen
  1. 7 0
      doc/releasenotes.rst

+ 7 - 0
doc/releasenotes.rst

@@ -7,6 +7,13 @@ Version 1.10
 * New optional field ``publisher``, to provide a publisher name in the uninstall
   list.
 * The uninstall information in the registry now also includes ``DisplayVersion``.
+* The directory containing ``python.exe`` is now added to the ``%PATH%``
+  environment variable when your application runs. This fixes a DLL loading
+  issue for PyQt5 if you use bundled Python.
+* When installing a 64-bit application, the uninstall registry keys are now
+  added to the 64-bit view of the registry.
+* Fixed an error when using wheels which install files into the same package,
+  such as ``PyQt5`` and ``PyQtCharts``.
 
 Version 1.9
 -----------