summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-05-13 11:36:40 +0200
committerStefan Behnel <stefan_ml@behnel.de>2022-05-13 11:36:40 +0200
commit28857fd661946646364616073008d8e5a80ab622 (patch)
tree303f45849669a96983c96c7534b3a39a40d63c89
parentac29e8976d34a6d48ba6737f44b7002e2eca6c30 (diff)
downloadcython-28857fd661946646364616073008d8e5a80ab622.tar.gz
Fix credited author name in changelog.
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 945423912..33ed23d01 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -27,7 +27,7 @@ Bugs fixed
* Cython now correctly generates Python methods for both the provided regular and
reversed special numeric methods of extension types.
- Patch by Jakub Kulík. (Github issue #4750)
+ Patch by David Woods. (Github issue #4750)
* The C union type in pure Python mode mishandled some field names.
Patch by Jordan Brière. (Github issue #4727)