Commit c7550f6d authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent c9a42878
...@@ -2,6 +2,31 @@ ...@@ -2,6 +2,31 @@
Cython Changelog 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) 3.0.0 alpha 8 (2021-07-02)
========================== ==========================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment