summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-09-13 11:24:19 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-09-13 11:24:19 +0200
commit685a36997edf759372f79310d721ab2d837f05dd (patch)
treeb26e276854e86e3565bcb5f6679c9d34b48b3165 /CHANGES.rst
parent4631f192a938acd3bd8bf26a5b54e992ad9b9a01 (diff)
downloadcython-685a36997edf759372f79310d721ab2d837f05dd.tar.gz
Update changelog.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 44e2ac2fd..0ed235178 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,6 +11,9 @@ Bugs fixed
* ``repr()`` was assumed to return ``str`` instead of ``unicode`` with ``language_level=3``.
(Github issue #3736)
+* Cython no longer validates the ABI size of the NumPy classes it compiled against.
+ See the discussion in https://github.com/numpy/numpy/pull/432
+
0.29.21 (2020-07-09)
====================