Commit 15354f18 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 11a3e85c
...@@ -8,12 +8,16 @@ Cython Changelog ...@@ -8,12 +8,16 @@ Cython Changelog
Bugs fixed Bugs fixed
---------- ----------
* C++ destructor calls could fail when '&' operator is overwritten.
* Incorrect handling of large integers in compile-time evaluated DEF * Incorrect handling of large integers in compile-time evaluated DEF
expressions under Python 2.x. expressions under Python 2.x.
* Invalid C code when caching known builtin methods. * Invalid C code when caching known builtin methods.
This fixes ticket 860. This fixes ticket 860.
* ``ino_t`` in ``posix.types`` was not declared as ``unsigned``.
0.23.1 (2015-08-22) 0.23.1 (2015-08-22)
=================== ===================
......
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