Commit 2b3546fe authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 2b124b5a
......@@ -30,11 +30,17 @@ Bugs fixed
* The ``_Py_PyAtExit()`` function in ``cpython.pylifecycle`` was misdeclared.
Patch by Zackery Spytz. (Github issue #3382)
* The matrix multiplication functions in ``cpython.number`` were missing.
Patch by Zackery Spytz. (Github issue #3421)
* Avoid "undeclared" warning about automatically generated pickle methods.
Patch by David Woods. (Github issue #3353)
* Avoid C compiler warning about unreachable code in ``prange()``.
* Some C compiler warnings in PyPy were resolved.
Patch by Matti Picus. (Github issue #3437)
0.29.15 (2020-02-06)
====================
......
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