Commit c77bf881 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 66773260
...@@ -8,9 +8,12 @@ Cython Changelog ...@@ -8,9 +8,12 @@ Cython Changelog
Bugs fixed Bugs fixed
---------- ----------
* The deprecated C-API function ``PyUnicode_FromUnicode()`` is no longer usd. * The deprecated C-API function ``PyUnicode_FromUnicode()`` is no longer used.
Original patch by Inada Naoki. (Github issue #3677) Original patch by Inada Naoki. (Github issue #3677)
* Binding staticmethods of Cython functions were not behaving like Python methods.
Patch by Jeroen Demeyer. (Github issue #3106)
0.29.20 (2020-06-10) 0.29.20 (2020-06-10)
==================== ====================
......
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