diff --git a/CHANGES.rst b/CHANGES.rst index 0d6eb7624b1ad864f8b246ffde5f298f902e7f6a_Q0hBTkdFUy5yc3Q=..90f9c13b978ffd69c4fa5ebca09776659e447136_Q0hBTkdFUy5yc3Q= 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,7 +18,8 @@ * 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)