Skip to content

Commit 95ae96c

Browse files
committed
Mention project folder restructuring in What's New
1 parent b93c96f commit 95ae96c

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

docs/whatsnew.rst

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.. _whats-new-0.13.x:
2-
31
What's New
42
**********
53

4+
.. _whats-new-0.14.x:
5+
66
What's new in version 0.14.0
77
============================
88

@@ -56,8 +56,12 @@ interface (as well as the previous mechanisms)::
5656
from collections import Counter, OrderedDict # backported to Py2.6
5757

5858

59-
Cleanups
60-
--------
59+
Internal cleanups
60+
-----------------
61+
62+
The project folder structure has changed. Top-level packages are now in a
63+
``src`` folder and the tests have been moved into a project-level ``tests``
64+
folder.
6165

6266
The following deprecated internal modules have been removed:
6367

@@ -66,12 +70,18 @@ The following deprecated internal modules have been removed:
6670
(Issue #80). See `here <http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries>`_
6771
for the rationale for unbundling them.
6872

73+
74+
Deprecations
75+
------------
76+
6977
The following internal functions have been deprecated and will be removed in a future release:
7078

7179
- ``future.standard_library.scrub_py2_sys_modules``
7280
- ``future.standard_library.scrub_future_sys_modules``
7381

7482

83+
.. _whats-new-0.13.x:
84+
7585
What's new in version 0.13.2
7686
============================
7787

@@ -82,6 +92,7 @@ What's new in version 0.13.2
8292
- This release also removes the broken ``--doctests_only`` option from the ``futurize``
8393
and ``pasteurize`` scripts for now (issue #103).
8494

95+
8596
What's new in version 0.13.1
8697
============================
8798

0 commit comments

Comments
 (0)