summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-06-30 13:38:19 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-06-30 13:38:19 +0200
commit536eb8dd744d06a8309f7e2a4a4428f9a2d5bd07 (patch)
tree1b06d98a38f8579576d151ddaf6397600333b733
parent9813c26336b2784b1a13c2ab34e9ea88f8821b6e (diff)
downloadcython-536eb8dd744d06a8309f7e2a4a4428f9a2d5bd07.tar.gz
Update change log.
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 46ad403e4..312f2f6ff 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -18,7 +18,8 @@ Bugs fixed
* Binding staticmethods of Cython functions were not behaving like Python methods in Py3.
Patch by Jeroen Demeyer and Michał Górny. (Github issue #3106)
-* The deprecated C-API function ``PyUnicode_FromUnicode()`` is no longer used.
+* The deprecated C-API functions ``PyUnicode_FromUnicode()`` and ``PyUnicode_AS_UNICODE()``
+ are no longer used.
Original patch by Inada Naoki. (Github issue #3677)