From: Robert Bradshaw Date: Sat, 28 Dec 2013 00:21:30 +0000 (-0800) Subject: Release notes. X-Git-Tag: 0.20b1~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9016bdb2bc31d39ae8ae198276749a46089f9003;p=platform%2Fupstream%2Fpython-cython.git Release notes. --- diff --git a/CHANGES.rst b/CHANGES.rst index 032df0c..77993e8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 -------------