From 0a76b87d91707b5bd6c6046f1075f140f2b01ed7 Mon Sep 17 00:00:00 2001
From: Romain Thomas <me@romainthomas.fr>
Date: Wed, 6 Jan 2021 06:25:32 +0100
Subject: [PATCH] Update changelog according to postponed PR

---
 doc/sphinx/changelog.rst | 8 --------
 1 file changed, 8 deletions(-)

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`)