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