summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-05-16 12:22:46 +0200
committerStefan Behnel <stefan_ml@behnel.de>2022-05-16 13:16:09 +0200
commit4e23f3e44daf73153904d9599ed696cbf8ae704f (patch)
tree66e211244b5f6393fcc3dd03b082d00c30e6cf5b
parent34640e263f4e4653ed43dc589baf95b4ec1b857c (diff)
downloadcython-4e23f3e44daf73153904d9599ed696cbf8ae704f.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 33ed23d01..1110ab2e3 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -36,7 +36,7 @@ Bugs fixed
Patch by Yuriy Chernyshov. (Github issue #4690)
* Improved compatibility with CPython 3.10/11.
- Patches by Thomas Caswell, David Woods. (Github issues #4609, #4667, #4721, #4730)
+ Patches by Thomas Caswell, David Woods. (Github issues #4609, #4667, #4721, #4730, #4777)
* Docstrings of descriptors are now provided in PyPy 7.3.9.
Patch by Matti Picus. (Github issue #4701)