summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-06-30 13:17:15 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-06-30 13:17:15 +0200
commitbf8bf7545590bdbb313b6e21a3a3b211d0f660da (patch)
treefff266daf3be4d7823af8d21b7045a47c814889f
parentab1d7284f79794d075e79c87df671a87ae8b2b4b (diff)
downloadcython-bf8bf7545590bdbb313b6e21a3a3b211d0f660da.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1eee17ceb..0ddd78712 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,6 +22,9 @@ Features added
with the directive ``@cython.always_allow_keywords(False)``.
(Github issue #3090)
+* For-in-loop iteration over ``bytearray`` and memory views is optimised.
+ Patch by David Woods. (Github issue #2227)
+
* The ``@returns()`` decorator propagates exceptions by default for suitable C
return types when no ``@exceptval()`` is defined.
(Github issue #3664)