Skip to content

Commit 6ced8ce

Browse files
committed
Update What's New section for v0.12.3
1 parent 37c25d5 commit 6ced8ce

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

docs/whatsnew.rst

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,28 @@ What's New in v0.12.x
77
What's new in version 0.12.3
88
============================
99

10-
- Add ``--version`` option for ``futurize`` and ``pasteurize`` scripts (issue #57)
10+
- Add "Python 3.4 support": Py3.4 is now listed among the PyPI Trove
11+
classifiers and Travis-CI tests are now also run on Py3.4 (issue #67).
12+
- Add ``--version`` option for ``futurize`` and ``pasteurize`` scripts
13+
(issue #57).
14+
- Fix ``future.utils.ensure_new_type`` with ``long`` input (issue #65).
1115
- Testing fixes:
12-
- Don't hard-code Python interpreter command in tests (issue #62). (Patch
13-
contributed by Elliott Sales de Andrade.)
14-
- Fix deprecated ``unittest`` usage in Py3 (also issue #62). (Patch
15-
contributed by Elliott Sales de Andrade.)
16+
- Don't hard-code Python interpreter command in tests (issue #62).
17+
- Fix deprecated ``unittest`` usage in Py3 (also issue #62).
1618
- Be explicit about encoding temporary file contents as UTF-8 for
1719
when LANG=C (e.g. when building an RPM) (issue #63).
18-
- Docs: add list of fixers used by ``futurize``
19-
- Docs: add list of contributors to credits page
20+
- Docs: add list of fixers used by ``futurize``.
21+
- Docs: add list of contributors to credits page.
2022

2123
.. whats-new-0.12.2:
2224
2325
What's new in version 0.12.2
2426
============================
2527

26-
- Add ``bytes.maketrans()`` method (issue #51)
27-
- Add support for Python versions between 2.7.0 and 2.7.3 (inclusive). (Patch
28-
contributed by Nicolas Delaby.) (issue #53)
29-
- Bug fix for ``newlist(newlist([1, 2, 3]))``: issue #50
28+
- Add ``bytes.maketrans()`` method (issue #51).
29+
- Add support for Python versions between 2.7.0 and 2.7.3 (inclusive)
30+
(issue #53).
31+
- Bug fix for ``newlist(newlist([1, 2, 3]))``: issue #50.
3032

3133

3234
.. whats-new-0.12.1:

0 commit comments

Comments
 (0)