summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-05-18 23:26:52 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-05-18 23:26:52 +0200
commit9c78524a726a898b6abaa33c2f6054c760f1d7b0 (patch)
treef0eaecd5cb322f50b0f197ac1235a5a3d376c782 /CHANGES.rst
parenta57de922bbcfaa44ca4e7580e69ec9f5b6b62ad4 (diff)
downloadcython-9c78524a726a898b6abaa33c2f6054c760f1d7b0.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 beb594d42..534bf5f83 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -53,6 +53,9 @@ Bugs fixed
* Three missing timedelta access macros were added in ``cpython.datetime``.
+* The signature of the NumPy C-API function ``PyArray_SearchSorted()`` was fixed.
+ Patch by Brock Mendel. (Github issue #3606)
+
0.29.17 (2020-04-26)
====================