File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 1- .. _whats-new-0.13.x :
2-
31What's New
42**********
53
4+ .. _whats-new-0.14.x :
5+
66What'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
6266The 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 >`_
6771for the rationale for unbundling them.
6872
73+
74+ Deprecations
75+ ------------
76+
6977The 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+
7585What'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+
8596What's new in version 0.13.1
8697============================
8798
You can’t perform that action at this time.
0 commit comments