changelog
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 31 Aug 2013 14:39:55 +0000 (16:39 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 31 Aug 2013 14:39:55 +0000 (16:39 +0200)
CHANGES.rst

index 8b4a99c..b58f438 100644 (file)
@@ -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.