summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-03-24 14:35:16 +0100
committerStefan Behnel <stefan_ml@behnel.de>2016-03-24 14:35:16 +0100
commitcd73a4abc1af8ee85135932456c378f2d359ae22 (patch)
tree3b240eb65ea6b241fc8bfcdc2a95debf31965fda
parentd962bcb24c726a2ddf74a3bf166fe55249632d05 (diff)
downloadcython-cd73a4abc1af8ee85135932456c378f2d359ae22.tar.gz
changelog
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 052581a31..b9529f54c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,11 @@ Cython Changelog
Bugs fixed
----------
+* 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``.