Commit 2fcfd544 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 66e47e8d
...@@ -20,6 +20,11 @@ Features added ...@@ -20,6 +20,11 @@ Features added
* Annotations are no longer parsed, keeping them as strings following PEP-563. * Annotations are no longer parsed, keeping them as strings following PEP-563.
Patch by David Woods. (Github issue #3285) Patch by David Woods. (Github issue #3285)
* Conditional blocks in Python code that depend on ``cython.compiled`` are
eliminated at an earlier stage, which gives more freedom in writing
replacement Python code.
Patch by David Woods. (Github issue #3507)
* Preliminary support for the CPython's ``Py_LIMITED_API`` (stable ABI) is * Preliminary support for the CPython's ``Py_LIMITED_API`` (stable ABI) is
available by setting the ``CYTHON_LIMITED_API`` C macro. Note that the available by setting the ``CYTHON_LIMITED_API`` C macro. Note that the
support is currently in an early stage and many features do not yet work. support is currently in an early stage and many features do not yet work.
......
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