Commit 9016bdb2 authored by Robert Bradshaw's avatar Robert Bradshaw

Release notes.

parent ca89bbbb
......@@ -8,6 +8,8 @@ Cython Changelog
Features added
--------------
* Support for calling C++ template functions.
* ``yield`` is supported in ``finally`` clauses.
* The C code generated for finally blocks is duplicated for each exit
......@@ -82,6 +84,8 @@ Bugs fixed
generates a 'default' clause to avoid C compiler warnings about
unmatched enum values.
* Fixed a bug which prevented overriding const methods of C++ classes.
Other changes
-------------
......
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