summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0ddd78712..da8030354 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -472,7 +472,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)