From 862249fdb611144b3a780af8564498345a6f48fa Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 10 Feb 2013 10:10:40 +0100 Subject: [PATCH] changelog --HG-- extra : rebase_source : ca6bbd2378e2e67004b236da8a67e6b607aa0ae2 --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d6d2629..18e744e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 -- 2.7.4