|
@@ -1,6 +1,13 @@
|
|
Release notes
|
|
Release notes
|
|
=============
|
|
=============
|
|
|
|
|
|
|
|
+Version 1.11
|
|
|
|
+------------
|
|
|
|
+
|
|
|
|
+* Lists in the config file, such as ``packages`` and ``pypi_wheels`` can now
|
|
|
|
+ begin on the line after the key.
|
|
|
|
+* Clearer error if the specified config file is not found.
|
|
|
|
+
|
|
Version 1.10
|
|
Version 1.10
|
|
------------
|
|
------------
|
|
|
|
|
|
@@ -10,14 +17,11 @@ Version 1.10
|
|
* The directory containing ``python.exe`` is now added to the ``%PATH%``
|
|
* The directory containing ``python.exe`` is now added to the ``%PATH%``
|
|
environment variable when your application runs. This fixes a DLL loading
|
|
environment variable when your application runs. This fixes a DLL loading
|
|
issue for PyQt5 if you use bundled Python.
|
|
issue for PyQt5 if you use bundled Python.
|
|
-* Lists in the config file, such as ``packages`` and ``pypi_wheels`` can now
|
|
|
|
- begin on the line after the key.
|
|
|
|
* When installing a 64-bit application, the uninstall registry keys are now
|
|
* When installing a 64-bit application, the uninstall registry keys are now
|
|
added to the 64-bit view of the registry.
|
|
added to the 64-bit view of the registry.
|
|
* Fixed an error when using wheels which install files into the same package,
|
|
* Fixed an error when using wheels which install files into the same package,
|
|
such as ``PyQt5`` and ``PyQtChart``.
|
|
such as ``PyQt5`` and ``PyQtChart``.
|
|
* Issue a warning when we can't find the cache directory on Windows.
|
|
* Issue a warning when we can't find the cache directory on Windows.
|
|
-* Clearer error if the specified config file is not found.
|
|
|
|
|
|
|
|
Version 1.9
|
|
Version 1.9
|
|
-----------
|
|
-----------
|