From 6ce7dbdc1a42e80168ce5ea24da17b3aa3940050 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 14 Apr 2013 20:58:33 +0200 Subject: [PATCH] changelog --- CHANGES.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 685edba..401fd59 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Cython Changelog Features added -------------- +* New directives ``c_string_type`` and ``c_string_encoding`` to more easily + and automatically convert between C strings and the different Python string + types. + * The extension type flag ``Py_TPFLAGS_HAVE_VERSION_TAG`` is enabled by default on extension types and can be disabled using the ``type_version_tag`` compiler directive. @@ -63,8 +67,8 @@ Features added * Keyword arguments are supported for cdef functions. -* Added c_string_type and c_string_encoding directives to more easily convert between - Python and C strings. +* External C++ classes can be declared nogil. Patch by John Stumpo. This fixes + trac ticket 805. Bugs fixed ---------- -- 2.7.4