summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-07-19 09:52:55 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-07-20 10:07:09 +0200
commitc7550f6dacd3fe190799768c875870f59ab09eb1 (patch)
tree4b86f759dd7c1055cfba66ed74ae76699674b907
parentc9a428789ff5fe919d21fbc238a4c8504161ad24 (diff)
downloadcython-c7550f6dacd3fe190799768c875870f59ab09eb1.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2883e4c97..14969b6b7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,31 @@
Cython Changelog
================
+3.0.0 alpha 9 (2021-??-??)
+==========================
+
+Features added
+--------------
+
+* Declarations for ``libcpp.algorithms``, ``libcpp.set`` and ``libcpp.unordered_set``
+ were extended.
+ Patch by David Woods. (Github issues :issue:`4271`, :issue:`4273`)
+
+Bugs fixed
+----------
+
+* A reference counting bug in the new ``@cython.total_ordering`` decorator was fixed.
+
+* Includes all bug-fixes from the :ref:`0.29.24` release.
+
+Other changes
+-------------
+
+* Parts of the documentation were (and are being) rewritten to show the
+ Cython language syntax next to the equivalent Python syntax.
+ Patches by 0dminnimda and Matus Valo. (Github issue :issue:`4187`)
+
+
3.0.0 alpha 8 (2021-07-02)
==========================