From: Stefan Behnel Date: Sat, 31 Aug 2013 14:39:55 +0000 (+0200) Subject: changelog X-Git-Tag: 0.20b1~345 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35fa56ad8fe43fa944301986f4f3f3a1332ea7b1;p=platform%2Fupstream%2Fpython-cython.git changelog --- diff --git a/CHANGES.rst b/CHANGES.rst index 8b4a99c..b58f438 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,11 @@ Cython Changelog Features added -------------- +* Support for the ``__debug__`` builtin. + +* Assertions in Cython compiled modules are disabled if the running + Python interpreter was started with the "-O" option. + * Some types that Cython provides internally, such as functions and generators, are now shared across modules if more than one Cython implemented module is imported.