Commit 1582d97d authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent fcb44032
......@@ -20,10 +20,9 @@ Features added
* Annotations are no longer parsed, keeping them as strings following PEP-563.
Patch by David Woods. (Github issue #3285)
* Preliminary support for ``LIMITED_API`` is available by setting the
``CYTHON_LIMITED_API`` C macro.
(Support for ``LIMITED_API`` is currently in an early stage and many features
do not yet work.)
* Preliminary support for the CPython's ``Py_LIMITED_API`` (stable ABI) is
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.
Patches by Eddie Elizondo. (Github issue #3223, #3311)
* The dispatch to fused functions is now linear in the number of arguments,
......
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