From f4710b3b9c9cf28e1c4d470b59d66f535ec193c8 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 7 Sep 2021 11:51:29 +0200 Subject: Update changelog. --- CHANGES.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index ef4fab222..9d37f64dd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,23 @@ Cython Changelog ================ +0.29.25 (2021-??-??) +==================== + +Bugs fixed +---------- + +* Avoid copying unaligned 16-bit values since some platforms require them to be aligned. + Use memcpy() instead to let the C compiler decide how to do it. + (Github issue #4343) + +* Cython crashed on invalid truthiness tests on C++ types without ``operator bool``. + Patch by David Woods. (Github issue #4348) + +* The declaration of ``PyUnicode_CompareWithASCIIString()`` in ``cpython.unicode`` was incorrect. + Patch by Max Bachmann. (Github issue #4344) + + 0.29.24 (2021-07-14) ==================== -- cgit v1.2.1