瀏覽代碼

More release notes

Thomas Kluyver 6 年之前
父節點
當前提交
109a04ac3a
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      doc/releasenotes.rst

+ 8 - 1
doc/releasenotes.rst

@@ -4,7 +4,13 @@ Release notes
 Version 2.2
 Version 2.2
 -----------
 -----------
 
 
-
+* New ``local_wheels`` option to include packages from wheel ``.whl`` files
+  by path (:ghpull:`164`).
+* ``.dist-info`` directories from wheels are now installed alongside the
+  importable packages, allowing plugin discovery mechanisms based on *entry
+  points* to work (:ghpull:`161`).
+* Fixed including multiple files with the same name to be installed to different
+  folders (:ghpull:`162`).
 * The ``exclude`` option now works to exclude files extracted from wheels
 * The ``exclude`` option now works to exclude files extracted from wheels
   (:ghpull:`147`).
   (:ghpull:`147`).
 * ``exclude`` patterns work with either slash ``/`` or backslash ``\`` as
 * ``exclude`` patterns work with either slash ``/`` or backslash ``\`` as
@@ -16,6 +22,7 @@ Version 2.2
   variable to get the installation directory. This was already available for
   variable to get the installation directory. This was already available for
   commands, so the change makes it easier to use a single preamble for both
   commands, so the change makes it easier to use a single preamble for both
   (:ghpull:`149`).
   (:ghpull:`149`).
+* Test infrastructure switched to pytest and tox (:ghpull:`165`).
 * New FAQ entry on :ref:`faq-tkinter` (:ghpull:`146`).
 * New FAQ entry on :ref:`faq-tkinter` (:ghpull:`146`).
 
 
 Version 2.1
 Version 2.1