diff --git a/doc/sphinx/changelog.rst b/doc/sphinx/changelog.rst
index 465d942..9c5f944 100644
--- a/doc/sphinx/changelog.rst
+++ b/doc/sphinx/changelog.rst
@@ -6,14 +6,6 @@ Changelog
 
 :ELF:
   * :github_user:`mkomet` updated enums related to Android (see: :commit:`9dd641d380a5defd0a71a9f42dde2fe9c9cb1dbd`)
-  * :github_user:`Clcanny` improved (see :pr:`507`) the reconstruction of the dynamic symbol table
-    by sorting local symbols and non-exported symbols. It fixes the following warning when parsing
-    a modified binary with ``readelf``
-
-    .. code-block:: text
-
-      Warning: local symbol 29 found at index >= .dynsym's sh_info value of 1
-
   * :github_user:`aeflores` added MIPS relocations support in the ELF parser
   * Fix :meth:`~lief.ELF.Binary.extend` on a ELF section (cf. issue :issue:`477`)
   * Fix issue when exporting symbols on empty-gnu-hash ELF binary (:commit:`1381f9a115e6e312ac0ab3deb46a78e481b81796`)