@@ -7,8 +7,9 @@ What's New in v0.12.x
77 What's new in version 0.12.3
88============================
99
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).
10+ - Add "official Python 3.4 support": Py3.4 is now listed among the PyPI Trove
11+ classifiers and the tests now run successfully on Py3.4 (issue #67).
12+
1213- Add ``--version `` option for ``futurize `` and ``pasteurize `` scripts
1314 (issue #57).
1415
@@ -22,8 +23,12 @@ What's new in version 0.12.3
2223 - Fix deprecated ``unittest `` usage in Py3 (also issue #62).
2324 - Be explicit about encoding temporary file contents as UTF-8 for
2425 when LANG=C (e.g. when building an RPM) (issue #63).
25- - Docs: add list of fixers used by ``futurize ``.
26- - Docs: add list of contributors to credits page.
26+ - All undecorated tests are now passing again on Python 2.7, 3.3,
27+ and 3.4 (thanks to Elliott Sales de Andrade).
28+
29+ - Docs:
30+ - Add list of fixers used by ``futurize `` (issue #58).
31+ - Add list of contributors to the Credits page.
2732
2833.. whats-new-0.12.2:
2934
@@ -33,7 +38,7 @@ What's new in version 0.12.2
3338- Add ``bytes.maketrans() `` method (issue #51).
3439- Add support for Python versions between 2.7.0 and 2.7.3 (inclusive)
3540 (issue #53).
36- - Bug fix for ``newlist(newlist([1, 2, 3])) ``: issue #50.
41+ - Bug fix for ``newlist(newlist([1, 2, 3])) `` ( issue #50) .
3742
3843
3944.. whats-new-0.12.1:
0 commit comments