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

Update changelog.

parent f42169b8
......@@ -23,6 +23,10 @@ Features added
* The ``LIMITED_API`` is supported by setting the ``CYTHON_LIMITED_API`` C macro.
Patches by Eddie Elizondo. (Github issue #3223, #3311)
* The dispatch to fused functions is now linear in the number of arguments,
which makes it much faster especially for larger fused types.
Patch by will-ca. (Github issue #1385)
* ``with gil/nogil`` statements can be conditional based on compile-time
constants, e.g. fused type checks.
Patch by Noam Hershtig. (Github issue #2579)
......
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