summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-03-01 09:15:55 +0100
committerStefan Behnel <stefan_ml@behnel.de>2023-03-01 09:15:55 +0100
commita3da27d241a597b194265ffc2cec0f8beaf071b4 (patch)
tree9e33249f320890e7de783d71aef40b9e1d9c29da /CHANGES.rst
parentf7f79f2c4172992303939e25fb4878ea10424892 (diff)
parent0df24962b9747552e95d3d676ed23142e97b8cdf (diff)
downloadcython-a3da27d241a597b194265ffc2cec0f8beaf071b4.tar.gz
Merge branch '0.29.x'
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 ad0d90222..49219d098 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1385,6 +1385,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 :issue:`4906`)
+
+* A new keyword ``noexcept`` was added for forward compatibility with Cython 3.
+ Patch by David Woods. (Github issue :issue:`4903`)
Bugs fixed
----------