File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,22 @@ What's New
66What's new in version 0.13.2
77============================
88
9- This release expands the ``future.moves `` package to include most of the remaining
10- modules that were moved in the standard library reorganization (PEP 3108).
11- (Issue #104). See :ref: `list-standard-library-moves ` for an updated list.
9+ - This release expands the ``future.moves `` package to include most of the remaining
10+ modules that were moved in the standard library reorganization (PEP 3108).
11+ (Issue #104). See :ref: `list-standard-library-moves ` for an updated list.
12+
13+ - This release also removes the broken ``--doctests_only `` option from the ``futurize ``
14+ and ``pasteurize `` scripts for now (issue #103).
1215
1316What's new in version 0.13.1
1417============================
1518
16- This is a minor bug-fix release.
19+ This is a bug-fix release:
1720
18- - Fix ``futurize --all-imports `` (issue #101)
19- - Fix ``futurize --output-dir `` logging (issue #102)
2021- Fix (multiple) inheritance of ``future.builtins.object `` with metaclasses (issues #91 and #96)
2122- Fix ``futurize ``'s refactoring of ``urllib `` imports (issue #94)
23+ - Fix ``futurize --all-imports `` (issue #101)
24+ - Fix ``futurize --output-dir `` logging (issue #102)
2225- Doc formatting fix (issues #98, 100)
2326
2427
You can’t perform that action at this time.
0 commit comments