From 35fa56ad8fe43fa944301986f4f3f3a1332ea7b1 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 31 Aug 2013 16:39:55 +0200 Subject: [PATCH] changelog --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.7.4