Commit 934e497f authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 7eed8d8f
......@@ -2,12 +2,16 @@
Cython Changelog
================
0.23.5 (2015-xx-yy)
0.23.5 (2016-03-xx)
===================
Bugs fixed
----------
* Return values of async functions could be ignored and replaced by ``None``.
* Compiler crash in CPython 3.6.
* Fix prange() to behave identically to range(). The end condition was
miscalculated when the range was not exactly divisible by the step.
......
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