Commit e376d989 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 8c620c38
...@@ -5,9 +5,18 @@ Cython Changelog ...@@ -5,9 +5,18 @@ Cython Changelog
0.29.15 (20??-??-??) 0.29.15 (20??-??-??)
==================== ====================
* Crash when using ``**kwargs`` in generators.
Patch by David Woods. (Github issue #3265)
* Double reference free in ``__class__`` cell handling for ``super()`` calls. * Double reference free in ``__class__`` cell handling for ``super()`` calls.
(Github issue #3246) (Github issue #3246)
* Import failure in IPython 7.11.
(Github issue #3297)
* Fixed C name collision in the auto-pickle code.
Patch by ThePrez. (Github issue #3238)
* Deprecated import failed in Python 3.9. * Deprecated import failed in Python 3.9.
(Github issue #3266) (Github issue #3266)
...@@ -19,7 +28,7 @@ Bugs fixed ...@@ -19,7 +28,7 @@ Bugs fixed
---------- ----------
* The generated code failed to initialise the ``tp_print`` slot in CPython 3.8. * The generated code failed to initialise the ``tp_print`` slot in CPython 3.8.
Patches by Pablo Galindo and Orivej Desh (Github issues #3171, #3201). Patches by Pablo Galindo and Orivej Desh. (Github issues #3171, #3201)
* ``?`` for ``bool`` was missing from the supported NumPy dtypes. * ``?`` for ``bool`` was missing from the supported NumPy dtypes.
Patch by Max Klein. (Github issue #2675) Patch by Max Klein. (Github issue #2675)
......
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