We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683d06e commit e7abecdCopy full SHA for e7abecd
1 file changed
docs/whatsnew.rst
@@ -5,6 +5,24 @@ What's New
5
6
.. _whats-new-0.14.x:
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
26
What's new in version 0.14.3 (2014-12-15)
27
=========================================
28
0 commit comments