Commit ac0bf9e5 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent e9435cd9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cython Changelog Cython Changelog
================ ================
3.0.0 alpha 10 (2021-12-??) 3.0.0 alpha 10 (2022-01-??)
=========================== ===========================
Features added Features added
...@@ -82,13 +82,17 @@ Bugs fixed ...@@ -82,13 +82,17 @@ Bugs fixed
* Python object types were not allowed as ``->`` return type annotations. * Python object types were not allowed as ``->`` return type annotations.
Patch by Matus Valo. (Github issue :issue:`4433`) Patch by Matus Valo. (Github issue :issue:`4433`)
* Default values for memory views arguments were not properly supported.
Patch by Corentin Cadiou. (Github issue :issue:`4313`)
* Templating C++ classes with memory view types lead to buggy code and is now rejected. * Templating C++ classes with memory view types lead to buggy code and is now rejected.
Patch by David Woods. (Github issue :issue:`3085`) Patch by David Woods. (Github issue :issue:`3085`)
* Several C++ library declarations were added and fixed. * Several C++ library declarations were added and fixed.
Patches by Dobatymo, account-login, Jonathan Helgert, Evgeny Yakimov. Patches by Dobatymo, account-login, Jonathan Helgert, Evgeny Yakimov, GalaxySnail, Max Bachmann.
(Github issues :issue:`4408`, :issue:`4419`, :issue:`4410`, :issue:`4395`, (Github issues :issue:`4408`, :issue:`4419`, :issue:`4410`, :issue:`4395`,
:issue:`4423`, :issue:`4448`, :issue:`4462`, :issue:`3293`) :issue:`4423`, :issue:`4448`, :issue:`4462`, :issue:`3293`, :issue:`4522`,
:issue:`2171`, :issue:`4531`)
* Some compiler problems and warnings were resolved. * Some compiler problems and warnings were resolved.
Patches by David Woods, 0dminnimda, Nicolas Pauss and others. Patches by David Woods, 0dminnimda, Nicolas Pauss and others.
...@@ -108,7 +112,7 @@ Bugs fixed ...@@ -108,7 +112,7 @@ Bugs fixed
* Some compatibility issues with PyPy were resolved. * Some compatibility issues with PyPy were resolved.
Patches by Max Bachmann, Matti Picus. Patches by Max Bachmann, Matti Picus.
(Github issues :issue:`4454`, :issue:`4477`, :issue:`4478`, :issus:`4509`) (Github issues :issue:`4454`, :issue:`4477`, :issue:`4478`, :issus:`4509`, :issue:`4517`)
* A compiler crash when running Cython thread-parallel from distutils was resolved. * A compiler crash when running Cython thread-parallel from distutils was resolved.
(Github issue :issue:`4503`) (Github issue :issue:`4503`)
......
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