summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-03-21 09:12:14 +0100
committerStefan Behnel <stefan_ml@behnel.de>2020-03-21 09:12:14 +0100
commit6c9996c605d59ad2cc33c952b836f4c7387e3071 (patch)
treea6400de6c19e794c9a44f802f49dfd6975f2e6e2
parentd05e8bb3be87d54dbe888ccd6c495c9656c3fa02 (diff)
downloadcython-6c9996c605d59ad2cc33c952b836f4c7387e3071.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c493398d5..490b5a143 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -27,6 +27,9 @@ Bugs fixed
* Fix deprecated import of "imp" module.
Patch by Matti Picus. (Github issue #3350)
+* Fix compatibility with Pythran 0.9.6 and later.
+ Patch by Serge Guelton. (Github issue #3308)
+
* The ``_Py_PyAtExit()`` function in ``cpython.pylifecycle`` was misdeclared.
Patch by Zackery Spytz. (Github issue #3382)