File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ What's New
5
5
6
6
.. _whats-new-0.14.x :
7
7
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
+
8
26
What's new in version 0.14.3 (2014-12-15)
9
27
=========================================
10
28
You can’t perform that action at this time.
0 commit comments