Skip to content

Commit ca0615e

Browse files
committed
What's New docs: mention removal of futurize/pasteurize -d option
1 parent 8e0fd5d commit ca0615e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/whatsnew.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,22 @@ What's New
66
What'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

1316
What'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

0 commit comments

Comments
 (0)