From 0a944e51e400b69a38a96d9d0d6ec075841dd4dc Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 13 Apr 2023 09:24:02 +0200 Subject: Update changelog. --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) 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`) -- cgit v1.2.1