summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-12-28 20:15:46 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-12-28 20:15:46 +0100
commitada8dbd865497ff4dd32a49d56a20cd74be498dc (patch)
treebb999c06c98665af75407962cf3d23ba0b0d85de
parent1cd24026e9cf6d63d539b359f8ba5155fd48ae21 (diff)
downloadcython-ada8dbd865497ff4dd32a49d56a20cd74be498dc.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 95f20739a..b860fe693 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,16 @@
Cython Changelog
================
+0.29.15 (20??-??-??)
+====================
+
+* Double reference free in ``__class__`` cell handling for ``super()`` calls.
+ (Github issue #3246)
+
+* Deprecated import failed in Python 3.9.
+ (Github issue #3266)
+
+
0.29.14 (2019-11-01)
====================