Commit 905a6b80 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 2001612c
......@@ -8,6 +8,9 @@ Cython Changelog
Features added
--------------
* Unicode identifiers are supported in Cython code (PEP 3131).
Patch by da-woods. (Github issue #2601)
* ``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