diff --git a/CHANGES.rst b/CHANGES.rst
index 000faea33384b838b0b4522b7fc73ce3085c9849_Q0hBTkdFUy5yc3Q=..a274549d307e5077387c053bc22507be05222287_Q0hBTkdFUy5yc3Q= 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -472,7 +472,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)