Thomas Kluyver 6 лет назад
Родитель
Сommit
e713c8f137
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      doc/releasenotes.rst

+ 9 - 0
doc/releasenotes.rst

@@ -1,6 +1,15 @@
 Release notes
 =============
 
+Version 2.3
+-----------
+
+* Command line exes are now based on the launchers made by Vinay Sajip for
+  `distlib <https://distlib.readthedocs.io/en/latest/>`_, instead of the
+  launchers from setuptools. They should be more robust with spaces in paths
+  (:ghpull:`169`).
+* Fixed excluding entire folders extracted from wheels (:ghissue:`168`).
+
 Version 2.2
 -----------