# HG changeset patch
# User Stefan Behnel <stefan_ml@behnel.de>
# Date 1593517099 -7200
#      Tue Jun 30 13:38:19 2020 +0200
# Node ID 90f9c13b978ffd69c4fa5ebca09776659e447136
# Parent  0d6eb7624b1ad864f8b246ffde5f298f902e7f6a
Update change log.

diff --git a/CHANGES.rst b/CHANGES.rst
--- 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)