From be5425f16b0af4b922fa790e767b548335da2620 Mon Sep 17 00:00:00 2001 From: Matus Valo Date: Tue, 28 Feb 2023 20:21:40 +0100 Subject: [0.29] Document noexcept in CHANGES.rst (#5273) --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.rst') 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 ---------- -- cgit v1.2.1