8000 Update What's New page for v0.14.x · thecodingchicken/python-future@e7abecd · GitHub
[go: up one dir, main page]

Skip to content

Commit e7abecd

Browse files
committed
Update What's New page for v0.14.x
1 parent 683d06e commit e7abecd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/whatsnew.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ What's New
55

66
.. _whats-new-0.14.x:
77

8+
What's new in version 0.14.4 (2015-06-03)
9+
=========================================
10+
11+
This release adds two new minor features and fixes some small bugs.
12+
13+
Minor features:
14+
15+
- ``tkinter.ttk`` support (issue #151)
16+
- ``collections.ChainMap`` backport (issue #150)
17+
18+
Bug fixes:
19+
20+
- Expand newint.__divmod__ and newint.__rdivmod__ to fall back to <type 'long'>
21+
implementations where appropriate (issue #146 - thanks to Matt Bogosian)
22+
- Fixed newrange slicing for some slice/range combos (issue #132, thanks to Brad Walker)
23+
- Small doc fixes
24+
25+
826
What's new in version 0.14.3 (2014-12-15)
927
=========================================
1028

0 commit comments

Comments
 (0)
0