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

Update changelog.

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