summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-07-07 21:27:46 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-07-07 21:27:46 +0200
commit6e3c9562719d514384d0347490dcb01af58ce87b (patch)
treeb4ae1e3e8532aaa209153daa0acb43a026b36bf7
parent34ab658bb5ce7c5e854a19a654d9bee9970962cf (diff)
downloadcython-6e3c9562719d514384d0347490dcb01af58ce87b.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a441c3500..2233bc22e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -14,6 +14,9 @@ Bugs fixed
* Fix a regression in 0.29.20 where a call inside of a finally clause could fail to compile.
Patch by David Woods. (Github issue #3712)
+* Zero-sized buffers could fail to validate as C/Fortran-contiguous.
+ Patch by Clemens Hofreither. (Github issue #2093)
+
* ``exec()`` did not allow recent Python syntax features in Py3.8+ due to
https://bugs.python.org/issue35975.
(Github issue #3695)