Release notes.
authorRobert Bradshaw <robertwb@gmail.com>
Sat, 28 Dec 2013 00:21:30 +0000 (16:21 -0800)
committerRobert Bradshaw <robertwb@gmail.com>
Sat, 28 Dec 2013 00:21:30 +0000 (16:21 -0800)
CHANGES.rst

index 032df0c..77993e8 100644 (file)
@@ -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
 -------------