Skip to content

Commit 2b0e1e4

Browse files
committed
Update What's New doc page with info about v0.12.2
1 parent 4915999 commit 2b0e1e4

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

docs/whatsnew.rst

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
What's New
2-
**********
1+
What's New in v0.12.x
2+
*********************
3+
4+
5+
.. whats-new-0.12.2:
6+
7+
What's new in version 0.12.2
8+
============================
9+
10+
- Add ``bytes.maketrans()`` method (issue #51)
11+
- Add support for Python versions between 2.7.0 and 2.7.3 (inclusive). (Patch
12+
contributed by Nicolas Delaby.) (issue #53)
13+
- Bug fix for ``newlist(newlist([1, 2, 3]))``: issue #50
314

415

516
.. whats-new-0.12.1:
@@ -16,8 +27,8 @@ What's new in version 0.12.1
1627

1728
.. whats-new-0.12:
1829
19-
What's new in version 0.12
20-
==========================
30+
What's new in version 0.12.0
31+
============================
2132

2233
The major new feature in this version is improvements in the support for the
2334
reorganized standard library (PEP 3108) and compatibility of the import

0 commit comments

Comments
 (0)