Skip to content
Snippets Groups Projects
Commit 000faea33384 authored by Stefan Behnel's avatar Stefan Behnel
Browse files

Update changelog.

parent 27337172d934
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
with the directive ``@cython.always_allow_keywords(False)``. with the directive ``@cython.always_allow_keywords(False)``.
(Github issue #3090) (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 * The ``@returns()`` decorator propagates exceptions by default for suitable C
return types when no ``@exceptval()`` is defined. return types when no ``@exceptval()`` is defined.
(Github issue #3664) (Github issue #3664)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment