summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-03-31 11:33:59 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-03-31 11:33:59 +0200
commitafb6256a35fa4471f815e69e509a594fc44c6291 (patch)
tree1366ade24db65f0134e24d8931918413a44dc644
parent75aeda62c1a2bcdb7a3edc91766f0d3666e4ffd0 (diff)
downloadcython-afb6256a35fa4471f815e69e509a594fc44c6291.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8b44fb6c8..9e6ad8ec0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,19 @@
Cython Changelog
================
+0.29.17 (2020-0?-??)
+====================
+
+Bugs fixed
+----------
+
+* The compilation cache in ``cython.inline("…")`` failed to take the language
+ level into account.
+ Patch by will-ca. (Github issue #3419)
+
+* The deprecated ``PyUnicode_GET_SIZE()`` function is no longer used in Py3.
+
+
0.29.16 (2020-03-24)
====================