summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-01-28 12:42:09 +0100
committerStefan Behnel <stefan_ml@behnel.de>2022-01-28 12:42:09 +0100
commitad6dc605d85a9f2afedd478ee568920d2d4c03f1 (patch)
tree51cc32376663d5c699b665913ba6a82c98f681f4
parenta460542f4ffeccd39b0a57b7444470452534354a (diff)
downloadcython-ad6dc605d85a9f2afedd478ee568920d2d4c03f1.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3956a0b30..eafa1d06c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,24 @@
Cython Changelog
================
+0.29.27 (2022-??-??)
+====================
+
+Bugs fixed
+----------
+
+* Compilation failures on PyPy were resolved.
+ Patches by Matti Picus. (Github issues #4509, #4517)
+
+* Calls to ``range()`` with more than three arguments did not fail.
+ Original patch by Max Bachmann. (Github issue #4550)
+
+* A C compiler warning about missing type struct initialisers in Py3.10 was resolved.
+
+* Cython no longer warns about using OpenMP 3.0 features since they are now
+ considered generally available.
+
+
0.29.26 (2021-12-16)
====================