summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 732ed5dbf..fd6e9b0f5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,21 @@
Cython Changelog
================
+0.29.34 (2023-??-??)
+====================
+
+Bugs fixed
+----------
+
+* Some C compile failures in CPython 3.12 were resolved.
+
+* Some old usages of the deprecated Python ``imp`` module were replaced with ``importlib``.
+ Patch by Matúš Valo. (Github issue :issue:`5300`)
+
+* Some issues with ``depfile`` generation were resolved.
+ Patches by Eli Schwartz. (Github issues :issue:`5279`, :issue:`5291`)
+
+
0.29.33 (2023-01-06)
====================