From 6e3c9562719d514384d0347490dcb01af58ce87b Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 7 Jul 2020 21:27:46 +0200 Subject: Update changelog. --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.1