summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-03-24 14:36:19 +0100
committerStefan Behnel <stefan_ml@behnel.de>2016-03-24 14:36:19 +0100
commit50d181a442030b60f61ae0de6c9e99c8226b6c1f (patch)
tree78dde1df622b61d3b064bec802712dc1f6407745
parent6626234fa6f29224a8d2295499489960e5c95b12 (diff)
parentcd73a4abc1af8ee85135932456c378f2d359ae22 (diff)
downloadcython-50d181a442030b60f61ae0de6c9e99c8226b6c1f.tar.gz
Merge branch '0.23.x'
Conflicts: CHANGES.rst
-rw-r--r--CHANGES.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 24e64a50e..1ef048fb3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Cython Changelog
================
-0.24 (2016-3-xx)
+0.24 (2016-03-xx)
===================
Features added
@@ -63,6 +63,11 @@ Bugs fixed
0.23.5 (2016-03-26)
===================
+* Compile errors and warnings in integer type conversion code.
+ Patches by Christian Neukirchen, Nikolaus Rath, Ian Henriksen.
+
+* Reference leak when "*args" argument was reassigned in closures.
+
* Truth-testing Unicode strings could waste time and memory in Py3.3+.
* Return values of async functions could be ignored and replaced by ``None``.