Commit 48ef2853 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 7ffb41a4
...@@ -8,6 +8,9 @@ Cython Changelog ...@@ -8,6 +8,9 @@ Cython Changelog
Features added Features added
-------------- --------------
* Cython functions now use the PEP-590 vectorcall protocol in Py3.7+.
Patch by Jeroen Demeyer. (Github issue #2263)
* Unicode identifiers are supported in Cython code (PEP 3131). * Unicode identifiers are supported in Cython code (PEP 3131).
Patch by da-woods. (Github issue #2601) Patch by da-woods. (Github issue #2601)
...@@ -15,6 +18,9 @@ Features added ...@@ -15,6 +18,9 @@ Features added
constants, e.g. fused type checks. constants, e.g. fused type checks.
Patch by Noam Hershtig. (Github issue #2579) Patch by Noam Hershtig. (Github issue #2579)
* ``const`` can be used together with fused types.
Patch by Thomas Vincent. (Github issue #1772)
* Reimports of already imported modules are substantially faster. * Reimports of already imported modules are substantially faster.
(Github issue #2854) (Github issue #2854)
...@@ -121,6 +127,9 @@ Bugs fixed ...@@ -121,6 +127,9 @@ Bugs fixed
* A C compiler cast warning was resolved. * A C compiler cast warning was resolved.
Patch by Michael Buesch. (Github issue #2775) Patch by Michael Buesch. (Github issue #2775)
* Binding staticmethods of Cython functions were not behaving like Python methods.
Patch by Jeroen Demeyer. (Github issue #3106)
Other changes Other changes
------------- -------------
......
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