From 9016bdb2bc31d39ae8ae198276749a46089f9003 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Fri, 27 Dec 2013 16:21:30 -0800 Subject: [PATCH] Release notes. --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 ------------- -- 2.7.4