Commit 7efb6fc6 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent d3873ebf
......@@ -8,6 +8,10 @@ Cython Changelog
Features added
--------------
* ``with gil/nogil`` statements can be conditional based on compile-time
constants, e.g. fused type checks.
Patch by Noam Hershtig. (Github issue #2579)
* Reimports of already imported modules are substantially faster.
(Github issue #2854)
......
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