summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: