summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-05-18 10:03:21 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-05-18 10:03:21 +0200
commit78b799d05cf4e265e1bac3d2b08474002f3d7606 (patch)
tree4bf2e8d75ac6c9170cd7ed9a8a052502ddb40c7b
parent2833c9ff404a3292617dbe48b9a5187fc040e7c4 (diff)
downloadcython-78b799d05cf4e265e1bac3d2b08474002f3d7606.tar.gz
Clean up changelog.
-rw-r--r--CHANGES.rst16
1 files changed, 1 insertions, 15 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8e894fb4a..7891ad50f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -29,25 +29,11 @@ Bugs fixed
that appeared in 3.0a1.
(Github issue #3578)
-* C-tuples could use invalid C struct casting.
- Patch by MegaIng. (Github issue #3038)
-
-* 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.
-* The non-public NumPy array specific ``INCREF``/``XDECREF`` functions
- were removed from the NumPy declarations.
-
-* When using the ``CYTHON_NO_PYINIT_EXPORT`` option in C++, the module init function
- was not declared as ``extern "C"``.
- (Github issue #3414)
+* Includes all bug-fixes from the 0.29.18 release.
3.0.0 alpha 4 (2020-05-05)