summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-17 09:01:32 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-17 09:01:32 +0200
commit627ca5aed363b221c26ce0e8614a538d5e362e38 (patch)
tree1fcb81f2255cd42fc32f11e2b307719f7aec1ae8
parent01451895b9ddb5cb01fde42c392244d50e8ff137 (diff)
downloadcython-627ca5aed363b221c26ce0e8614a538d5e362e38.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 fcde9c051..55ac5acaa 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -194,6 +194,10 @@ Bugs fixed
* Memoryviews failed to compile when the ``cache_builtins`` feature was disabled.
Patch by David Woods. (Github issue #3406)
+* Temporary buffer indexing variables were not released and could show up in
+ C compiler warnings, e.g. in generators.
+ Patch by David Woods. (Github issue #3430)
+
Other changes
-------------