33Changes in previous versions
44****************************
55
6- Changes in the most recent two versions are here: :ref: `whats-new `.
6+ Changes in the most recent major version are here: :ref: `whats-new `.
77
88.. _whats-new-0.13.x :
99
10- Changes in version 0.13.1
11- =========================
10+ Changes in version 0.13.1 (2014-09-23)
11+ ======================================
1212
1313This is a bug-fix release:
1414
@@ -19,8 +19,8 @@ This is a bug-fix release:
1919- Doc formatting fix (issues #98, 100)
2020
2121
22- Changes in version 0.13
23- =======================
22+ Changes in version 0.13 (2014-08-13)
23+ ====================================
2424
2525This is mostly a clean-up release. It adds some small new compatibility features
2626and fixes several bugs.
@@ -68,16 +68,16 @@ Bug fixes
6868
6969.. _whats-new-0.12.4 :
7070
71- Changes in version 0.12.4
72- =========================
71+ Changes in version 0.12.4 (2014-07-18)
72+ ======================================
7373
7474- Fix upcasting behaviour of newint (issue #76).
7575
7676
7777.. _whats-new-0.12.3 :
7878
79- Changes in version 0.12.3
80- =========================
79+ Changes in version 0.12.3 (2014-06-19)
80+ ======================================
8181
8282- Add "official Python 3.4 support": Py3.4 is now listed among the PyPI Trove
8383 classifiers and the tests now run successfully on Py3.4 (issue #67).
@@ -107,8 +107,8 @@ Changes in version 0.12.3
107107
108108.. _whats-new-0.12.2 :
109109
110- Changes in version 0.12.2
111- =========================
110+ Changes in version 0.12.2 (2014-05-25)
111+ ======================================
112112
113113- Add ``bytes.maketrans() `` method (issue #51).
114114- Add support for Python versions between 2.7.0 and 2.7.3 (inclusive)
@@ -118,8 +118,8 @@ Changes in version 0.12.2
118118
119119.. _whats-new-0.12.1 :
120120
121- Changes in version 0.12.1
122- =========================
121+ Changes in version 0.12.1 (2014-05-14)
122+ ======================================
123123
124124- Python 2.6 support: ``future.standard_library `` now isolates the ``importlib ``
125125 dependency to one function (``import_ ``) so the ``importlib `` backport may
@@ -130,8 +130,8 @@ Changes in version 0.12.1
130130
131131.. _whats-new-0.12 :
132132
133- Changes in version 0.12.0
134- =========================
133+ Changes in version 0.12.0 (2014-05-06)
134+ ======================================
135135
136136The major new feature in this version is improvements in the support for the
137137reorganized standard library (PEP 3108) and compatibility of the import
@@ -348,8 +348,8 @@ Many small improvements and fixes have been made across the project. Some highli
348348
349349.. _whats-new-0.11.4 :
350350
351- Changes in version 0.11.4
352- =========================
351+ Changes in version 0.11.4 (2014-05-25)
352+ ======================================
353353
354354This release contains various small improvements and fixes:
355355
@@ -375,8 +375,8 @@ This release contains various small improvements and fixes:
375375
376376.. _whats-new-0.11.3 :
377377
378- Changes in version 0.11.3
379- =========================
378+ Changes in version 0.11.3 (2014-02-27)
379+ ======================================
380380
381381This release has improvements in the standard library import hooks mechanism and
382382its compatibility with 3rd-party modules:
@@ -443,8 +443,8 @@ The ``pasteurize`` script for converting from Py3 to Py2/3 still adds
443443
444444.. _whats-new-0.11 :
445445
446- Changes in version 0.11
447- =======================
446+ Changes in version 0.11 (2014-01-28)
447+ ====================================
448448
449449There are several major new features in version 0.11.
450450
@@ -571,8 +571,8 @@ types but not their use.
571571
572572.. _whats-new-0.10.2 :
573573
574- Changes in version 0.10.2
575- =========================
574+ Changes in version 0.10.2 (2014-01-11)
575+ ======================================
576576
577577New context-manager interface to standard_library hooks
578578-------------------------------------------------------
@@ -611,8 +611,8 @@ As usual, this feature has no effect on Python 3.
611611
612612.. _whats-new-0.10 :
613613
614- Changes in version 0.10.0
615- =========================
614+ Changes in version 0.10.0 (2013-12-02)
615+ ======================================
616616
617617Backported ``dict `` type
618618------------------------
@@ -656,8 +656,8 @@ Bugfixes
656656
657657.. _whats-new-0.9 :
658658
659- Changes in version 0.9
660- ======================
659+ Changes in version 0.9 (2013-11-06)
660+ ===================================
661661
662662
663663``isinstance `` checks are supported natively with backported types
@@ -716,8 +716,8 @@ To work around this, ``future`` now provides a context manager called
716716
717717.. _whats-new-0.8 :
718718
719- Changes in version 0.8
720- ======================
719+ Changes in version 0.8 (2013-10-28)
720+ ===================================
721721
722722Python 2.6 support
723723------------------
0 commit comments