summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-09-07 11:59:07 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-09-07 12:00:16 +0200
commitaea4e6b84b38223c540266f8c57093ee2039f284 (patch)
treef63e7dcbb23cff82f5a4245a40494e9578afbe9e
parenta58498b89ff2c6e5e53bf4e8e246d6ec52d8d840 (diff)
parentf4710b3b9c9cf28e1c4d470b59d66f535ec193c8 (diff)
downloadcython-aea4e6b84b38223c540266f8c57093ee2039f284.tar.gz
Merge branch '0.29.x'
-rw-r--r--CHANGES.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5f5ce138a..a05c0609e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -773,13 +773,13 @@ 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)
+ (Github issue :issue:`4343`)
* Cython crashed on invalid truthiness tests on C++ types without ``operator bool``.
- Patch by David Woods. (Github issue #4348)
+ Patch by David Woods. (Github issue :issue:`4348`)
* The declaration of ``PyUnicode_CompareWithASCIIString()`` in ``cpython.unicode`` was incorrect.
- Patch by Max Bachmann. (Github issue #4344)
+ Patch by Max Bachmann. (Github issue :issue:`4344`)
.. _0.29.24: