summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2023-03-29 09:16:26 +0200
committerStefan Behnel <stefan_ml@behnel.de>2023-03-29 09:16:34 +0200
commitd0d1cde6ffa20ac823c857909692e285d731778c (patch)
tree1612b152abd4bbf39f308a70c4bf7b676838334c /CHANGES.rst
parent9c81e19edfc2db7f4055b5716da145ad381ec38f (diff)
downloadcython-d0d1cde6ffa20ac823c857909692e285d731778c.tar.gz
Update changelog.
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)
====================