Commit 040bc37f authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 08632107
......@@ -2,7 +2,7 @@
Cython Changelog
================
3.0.0 alpha 10 (2022-01-??)
3.0.0 alpha 10 (2022-01-07)
===========================
Features added
......@@ -79,6 +79,10 @@ Bugs fixed
* Unsupported decorators on cdef functions were not rejected in recent releases.
Patch by David Woods. (Github issue :issue:`4322`)
* The excess arguments in a for-in-range loop with more than 3 arguments to `range()`
were silently ignored.
Original patch by Max Bachmann. (Github issue :issue:`4550`)
* Python object types were not allowed as ``->`` return type annotations.
Patch by Matus Valo. (Github issue :issue:`4433`)
......
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