Commit 3676e7a0 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent f03bb32c
...@@ -8,6 +8,8 @@ Latest ...@@ -8,6 +8,8 @@ Latest
Features added Features added
-------------- --------------
* New ``cythonize`` option ``-a`` to generate the annotated HTML source view.
* Missing C-API declarations in ``cpython.unicode`` were added. * Missing C-API declarations in ``cpython.unicode`` were added.
* Passing ``language='c++'`` into cythonize() globally enables C++ mode for * Passing ``language='c++'`` into cythonize() globally enables C++ mode for
...@@ -45,7 +47,7 @@ Other changes ...@@ -45,7 +47,7 @@ Other changes
* Compilation no longer fails hard when unknown compilation options are passed. * 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). 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) 0.21 (2014-09-10)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment