Commit 2dd3be0a authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 175b00de
......@@ -2,6 +2,22 @@
Cython Changelog
================
0.29.24 (2021-??-??)
====================
Bugs fixed
----------
* Inline functions in pxd files that used memory views could lead to invalid
C code if the module that imported from them does not use memory views.
Patch by David Woods. (Github issue #1415)
* The optimised ``in`` operator failed on unicode strings in Py3.9 and later
that were constructed from an external ``wchar_t`` source.
Also, related C compiler warnings about deprecated C-API usage were resolved.
(Github issue #3925)
0.29.23 (2021-04-14)
====================
......
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