瀏覽代碼

Start writing release notes for version 2.2

Thomas Kluyver 6 年之前
父節點
當前提交
5b3b28ae55
共有 2 個文件被更改,包括 18 次插入0 次删除
  1. 2 0
      doc/faq.rst
  2. 16 0
      doc/releasenotes.rst

+ 2 - 0
doc/faq.rst

@@ -65,6 +65,8 @@ application (``sys.modules['__main__'].__file__``).
 
        writable_file = os.path.join(os.environ['LOCALAPPDATA'], 'MyApp', 'file.dat')
 
+.. _faq-tkinter:
+
 Packaging with tkinter
 ----------------------
 

+ 16 - 0
doc/releasenotes.rst

@@ -1,6 +1,22 @@
 Release notes
 =============
 
+Version 2.2
+-----------
+
+* The ``exclude`` option now works to exclude files extracted from wheels
+  (:ghpull:`147`).
+* ``exclude`` patterns work with either slash ``/`` or backslash ``\`` as
+  separators, independent of the platform on which you build the installer
+  (:ghpull:`148`).
+* Destination paths for the ``files`` include option now work with slashes
+  as well as backslashes (:ghpull:`158`).
+* ``extra_preamble`` for start menu shortcuts can now use the ``installdir``
+  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
+  (:ghpull:`149`).
+* New FAQ entry on :ref:`faq-tkinter` (:ghpull:`146`).
+
 Version 2.1
 -----------