summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-06-14 12:08:24 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-06-14 12:08:24 +0200
commite46296d0e37e9255b39eae975fff6a7b3b4e65a8 (patch)
tree16b49d0c70e5843a2e7b62cd86c3b1c584b6b8ab
parent26d45ca806d72efd66a5ed8260d26f17d8c3c717 (diff)
downloadcython-e46296d0e37e9255b39eae975fff6a7b3b4e65a8.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ba6c49796..1d82fa820 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,9 +11,6 @@ Bugs fixed
* The deprecated C-API function ``PyUnicode_FromUnicode()`` is no longer used.
Original patch by Inada Naoki. (Github issue #3677)
-* Binding staticmethods of Cython functions were not behaving like Python methods.
- Patch by Jeroen Demeyer. (Github issue #3106)
-
0.29.20 (2020-06-10)
====================