Commit 50d181a4 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.23.x'

Conflicts:
	CHANGES.rst
parents 6626234f cd73a4ab
......@@ -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``.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment