Commit 3b334601 authored by Stefan Behnel's avatar Stefan Behnel

mention 'except' signature check in changelog

parent 0a363e25
......@@ -20,6 +20,9 @@ Features added
Bugs fixed
----------
* Mismatching 'except' declarations on signatures in .pxd and .pyx files failed
to produce a compile error.
* Reference leak for non-simple Python expressions in boolean and/or expressions.
* ``getitimer()``, ``setitimer()``, ``gettimeofday()`` and related type/constant
......
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