changelog
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 10 Feb 2013 09:10:40 +0000 (10:10 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 10 Feb 2013 09:10:40 +0000 (10:10 +0100)
--HG--
extra : rebase_source : ca6bbd2378e2e67004b236da8a67e6b607aa0ae2

CHANGES.rst

index d6d2629..18e744e 100644 (file)
@@ -8,11 +8,15 @@ Cython Changelog
 Features added
 --------------
 
+* Py3 compatible ``exec(tuple)`` syntax is supported in Py2 code.
+
 * Keyword arguments are supported for cdef functions.
 
 Bugs fixed
 ----------
 
+* Exiting from an ``except-as`` clause now deletes the exception in Python 3 mode.
+
 * The declarations of ``frexp()`` and ``ldexp()`` in ``math.pxd`` were incorrect.
 
 Other changes