diff --git a/CHANGES.rst b/CHANGES.rst
index 33d2ee66291829676fc9f8ddf842cfb5be8a7708..cd62b193bcd02c937d5a205b909f123e7f12967f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -61,6 +61,9 @@ Features added
 * Declarations for the ``pylifecycle`` C-API functions were added in a new .pxd file
   ``cpython.pylifecycle``.
 
+* The Pythran support was updated to work with the latest Pythran 0.8.7.
+  Original patch by Adrien Guinet.  (Github issue #2600)
+
 * ``%a`` is included in the string formatting types that are optimised into f-strings.
   In this case, it is also automatically mapped to ``%r`` in Python 2.x.