Skip to content

Commit

Permalink
Start writing release notes for version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Sep 30, 2018
1 parent 0108e12 commit 5b3b28a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------

Expand Down
16 changes: 16 additions & 0 deletions doc/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -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
-----------

Expand Down

0 comments on commit 5b3b28a

Please sign in to comment.