summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatus Valo <matusvalo@users.noreply.github.com>2023-02-28 20:21:40 +0100
committerGitHub <noreply@github.com>2023-02-28 19:21:40 +0000
commitbe5425f16b0af4b922fa790e767b548335da2620 (patch)
tree02bcf4bbc16c4ffcd300a59c9e9453187ae9ecfd
parent67b7a7b448de58d2bf50d611d36991e3e3372aae (diff)
downloadcython-be5425f16b0af4b922fa790e767b548335da2620.tar.gz
[0.29] Document noexcept in CHANGES.rst (#5273)
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c8a2ebc90..447fd6872 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -83,6 +83,9 @@ Features added
* A new argument ``--module-name`` was added to the ``cython`` command to
provide the (one) exact target module name from the command line.
Patch by Matthew Brett and h-vetinari. (Github issue #4906)
+
+* A new keyword ``noexcept`` was added for forward compatibility with Cython 3.
+ Patch by David Woods. (Github issue #4903)
Bugs fixed
----------