summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-10-14 20:03:48 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-10-14 20:03:48 +0200
commit3676e7a0a0904c83150f5384a81470f9de56c161 (patch)
tree5d91d0022f949aaff6d671324bbcd7ab27857169
parentf03bb32c4af3d9cbdefd50c9ba436dfd370dbe07 (diff)
downloadcython-3676e7a0a0904c83150f5384a81470f9de56c161.tar.gz
changelog
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 71b918bc8..cedc7679d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,8 @@ Latest
Features added
--------------
+* New ``cythonize`` option ``-a`` to generate the annotated HTML source view.
+
* Missing C-API declarations in ``cpython.unicode`` were added.
* Passing ``language='c++'`` into cythonize() globally enables C++ mode for
@@ -45,7 +47,7 @@ Other changes
* Compilation no longer fails hard when unknown compilation options are passed.
Instead, it raises a warning and ignores them (as it did silently before 0.21).
-
+ This will be changed back to an error in a future release.
0.21 (2014-09-10)