summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-03-31 11:36:21 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-03-31 11:36:21 +0200
commit9b4a68fc7a7f7df77bd229ca38e5454fd9d828d4 (patch)
treef83a2275752c847db278b390cd28882b10e00e69
parentee6d98f42cdcac54a224e7bd1498c13ba2d4adaa (diff)
parentafb6256a35fa4471f815e69e509a594fc44c6291 (diff)
downloadcython-9b4a68fc7a7f7df77bd229ca38e5454fd9d828d4.tar.gz
Merge branch '0.29.x'
-rw-r--r--CHANGES.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index fd21943c3..a9bcfe384 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -155,8 +155,6 @@ Bugs fixed
* Compiling package ``__init__`` files could fail under Windows due to an
undefined export symbol. (Github issue #2968)
-* The deprecated ``PyUnicode_GET_SIZE()`` function is no longer used in Py3.
-
* A C compiler cast warning was resolved.
Patch by Michael Buesch. (Github issue #2775)
@@ -203,6 +201,18 @@ Other changes
* Support for Python 2.6 was removed.
+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)
====================