summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-04-13 09:24:02 +0200
committerStefan Behnel <stefan_ml@behnel.de>2023-04-13 09:24:02 +0200
commit0a944e51e400b69a38a96d9d0d6ec075841dd4dc (patch)
tree6e3ebbd81794c0a7149133890b22066ce79f032e
parent1768af53a37f6ea49d46743ee34301cb42a97395 (diff)
downloadcython-0a944e51e400b69a38a96d9d0d6ec075841dd4dc.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 64a94766c..89075c671 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,8 @@ Cython Changelog
Bugs fixed
----------
+* Some C compile failures in CPython 3.12 were resolved.
+
* Function signatures containing a type like `tuple[()]` could not be printed.
Patch by Lisandro Dalcin. (Github issue :issue:`5355`)