summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-03-31 11:08:37 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-03-31 11:08:37 +0200
commitee6d98f42cdcac54a224e7bd1498c13ba2d4adaa (patch)
tree174d50827b5f72d9f6b582e100d8de239bb1c7c6
parent49257123602bea7327aad532e6c21276deed3ed6 (diff)
downloadcython-ee6d98f42cdcac54a224e7bd1498c13ba2d4adaa.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6e5794b8b..fd21943c3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -101,7 +101,7 @@ Bugs fixed
* Fused argument types were not correctly handled in type annotations and
``cython.locals()``.
- Patch by David Woods. (Github issue #3391)
+ Patch by David Woods. (Github issues #3391, #3142)
* Diverging from the usual behaviour, ``len(memoryview)``, ``len(char*)``
and ``len(Py_UNICODE*)`` returned an unsigned ``size_t`` value. They now