summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-04-05 14:44:53 +0200
committerStefan Behnel <stefan_ml@behnel.de>2023-04-05 14:44:53 +0200
commite3c2587f1cbd257c22e703475541c9d782ff7dc3 (patch)
treeeb6e4218fc0ed42182e261d5242144e9d12bbdbe
parentf5bf43e3aa1c408358b7b928e0736890a9dc8477 (diff)
downloadcython-e3c2587f1cbd257c22e703475541c9d782ff7dc3.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 696463f3a..64a94766c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,16 @@
Cython Changelog
================
+0.29.35 (2023-??-??)
+====================
+
+Bugs fixed
+----------
+
+* Function signatures containing a type like `tuple[()]` could not be printed.
+ Patch by Lisandro Dalcin. (Github issue :issue:`5355`)
+
+
0.29.34 (2023-04-02)
====================