summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-04-21 10:44:32 +0200
committerStefan Behnel <stefan_ml@behnel.de>2022-04-21 10:44:32 +0200
commit4060346cf79cf05cdc1b40a43b7c940d376afbce (patch)
tree41773fbff9b4abfe165f93d4968a1bb8b6ce8f56
parent60ca7eb7497bd5be93e616666e3ce04ae0f27fd2 (diff)
downloadcython-4060346cf79cf05cdc1b40a43b7c940d376afbce.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 720320e79..493aff3b8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,34 @@
Cython Changelog
================
+0.29.29 (2022-??-??)
+====================
+
+Bugs fixed
+----------
+
+* Function definitions in ``finally:`` clauses were not correctly generated.
+ Patch by David Woods. (Github issue #4651)
+
+* A case where C-API functions could be called with a live exception set was fixed.
+ Patch by Jakub Kulík. (Github issue #4722)
+
+* Pickles can now be exchanged again with those generated from Cython 3.0 modules.
+ (Github issue #4680)
+
+* The C union type in pure Python mode mishandled some field names.
+ Patch by Jordan Brière. (Github issue #4727)
+
+* Allow users to overwrite the C macro ``_USE_MATH_DEFINES``.
+ Patch by Yuriy Chernyshov. (Github issue #4690)
+
+* Improved compatibility with CPython 3.10/11.
+ Patches by Thomas Caswell, David Woods. (Github issues #4609, #4667, #4721, #4730)
+
+* Docstrings of descriptors are now provided in PyPy 7.3.9.
+ Patch by Matti Picus. (Github issue #4701)
+
+
0.29.28 (2022-02-17)
====================