Commit 5b6bbdab authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 77b74cde
......@@ -29,6 +29,12 @@ Bugs fixed
that appeared in 3.0a1.
(Github issue #3578)
* Optimised ``%d`` string formatting into f-strings failed on float values.
(Github issue #3092)
* Optimised aligned string formatting (``%05s``, ``%-5s``) failed.
(Github issue #3476)
* The outdated getbuffer/releasebuffer implementations in the NumPy
declarations were removed so that buffers declared as ``ndarray``
now use the normal implementation in NumPy.
......
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