Commit cd73a4ab authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent d962bcb2
......@@ -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``.
......
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