summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-17 10:52:23 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-17 10:52:23 +0200
commitc0376241ff78db2bf92fe8c6771bcb13dcde885c (patch)
tree5faf8d902659a9032b640f48ca601d061ed840d5
parent16c0ca298eb2ac8b123d43da26d820099c44d0f4 (diff)
downloadcython-c0376241ff78db2bf92fe8c6771bcb13dcde885c.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0eed86c31..484bc9a4f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -21,6 +21,10 @@ Bugs fixed
was fully initialised, thus risking crashes in rare failure cases.
Original patch by achernomorov. (Github issue #3215)
+* Temporary buffer indexing variables were not released and could show up in
+ C compiler warnings, e.g. in generators.
+ Patch by David Woods. (Github issues #3430, #3522)
+
* The compilation cache in ``cython.inline("…")`` failed to take the language
level into account.
Patch by will-ca. (Github issue #3419)