summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-01-05 16:02:14 +0100
committerStefan Behnel <stefan_ml@behnel.de>2023-01-05 16:02:14 +0100
commitc21b39d498d9b078abf3704dd71d957ee9b6a8f7 (patch)
tree2db1103bd33a633292dda6c27f2ca2efe7a9c8f7
parentcf19b86385cf9aee013ffc70443b8f40952708df (diff)
downloadcython-c21b39d498d9b078abf3704dd71d957ee9b6a8f7.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 01bece806..c8a2ebc90 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -38,6 +38,9 @@ Bugs fixed
* The ``PyUnicode_AsUTF8AndSize()`` C-API function was missing from the CPython declarations.
(Github issue :issue:`5163`)
+* A performance problem in the compiler was resolved when nesting conditional expressions.
+ (Github issue :issue:`5197`)
+
* Test suite problems with recent NumPy and CPython versions were resolved.
(Github issues :issue:`5183`, :issue:`5190`)