changelog
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 31 Dec 2013 15:25:36 +0000 (16:25 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 31 Dec 2013 15:25:36 +0000 (16:25 +0100)
CHANGES.rst

index 6c779e64378bb450190c808827b9955a024338b4..8760db30623f3eb295de0dd1add71746ef1a42fa 100644 (file)
@@ -8,6 +8,8 @@ Cython Changelog
 Features added
 --------------
 
+* Support for CPython 3.4.
+
 * Support for calling C++ template functions.
 
 * ``yield`` is supported in ``finally`` clauses.