summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-05-01 08:58:41 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-05-01 08:58:41 +0200
commit87f591c51725f10ca7edc3c9a5493cbda47c1cb7 (patch)
tree3ae62d318785a2fccc46fd6616d299cacd01c7e4
parenta9cd26a9d3e9b59b00b7e720e363603f345c5d11 (diff)
parentc731203822851af2cbbb758a8d7429a7c1ed0bc6 (diff)
downloadcython-87f591c51725f10ca7edc3c9a5493cbda47c1cb7.tar.gz
Merge branch '0.29.x'
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 988b9d82d..1a097176c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -350,6 +350,9 @@ Bugs fixed
* Error handling early in the module init code could lead to a crash.
+* Complex buffer item types of structs of arrays could fail to validate.
+ Patch by Leo and smutch. (Github issue #1407)
+
* When importing the old Cython ``build_ext`` integration with distutils, the
additional command line arguments leaked into the regular command.
Patch by Kamekameha. (Github issue #2209)