1
0
Thomas Kluyver 5 жил өмнө
parent
commit
1e7ce70917
1 өөрчлөгдсөн 10 нэмэгдсэн , 0 устгасан
  1. 10 0
      doc/releasenotes.rst

+ 10 - 0
doc/releasenotes.rst

@@ -1,6 +1,16 @@
 Release notes
 =============
 
+Version 2.4
+-----------
+
+* :ref:`command_config` can now include ``console=false`` to make a command on
+  :envvar:`PATH` which runs without a console window (:ghpull:`179`).
+* Fix for using ``pywin32`` in installed code launched from a command
+  (:ghpull:`175`).
+* Work around wheels where some package data files are shipped in a way that
+  assumes the default pip install layout (:ghpull:`172`).
+
 Version 2.3
 -----------