Commit 6ce7dbdc authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent f0e32c2e
...@@ -8,6 +8,10 @@ Cython Changelog ...@@ -8,6 +8,10 @@ Cython Changelog
Features added 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 * 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 on extension types and can be disabled using the ``type_version_tag`` compiler
directive. directive.
...@@ -63,8 +67,8 @@ Features added ...@@ -63,8 +67,8 @@ Features added
* Keyword arguments are supported for cdef functions. * Keyword arguments are supported for cdef functions.
* Added c_string_type and c_string_encoding directives to more easily convert between * External C++ classes can be declared nogil. Patch by John Stumpo. This fixes
Python and C strings. trac ticket 805.
Bugs fixed Bugs fixed
---------- ----------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment