Commit bb4fdbfd authored by Stefan Behnel's avatar Stefan Behnel

prepare release of 0.23.5

parent 9b1550ff
...@@ -2,12 +2,14 @@ ...@@ -2,12 +2,14 @@
Cython Changelog Cython Changelog
================ ================
0.23.5 (2016-03-xx) 0.23.5 (2016-03-26)
=================== ===================
Bugs fixed Bugs fixed
---------- ----------
* Truth-testing Unicode strings could waste time and memory in Py3.3+.
* Return values of async functions could be ignored and replaced by ``None``. * Return values of async functions could be ignored and replaced by ``None``.
* Compiler crash in CPython 3.6. * Compiler crash in CPython 3.6.
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.23.4" __version__ = "0.23.5"
try: try:
from __builtin__ import basestring from __builtin__ import basestring
......
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