From: Eli Bendersky Date: Tue, 16 Jan 2018 13:43:00 +0000 (-0800) Subject: Mention recent changes in CHANGES X-Git-Tag: v0.25~16 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dcd17127e4ced836c9487888052d54d700d6f834;p=pyelftools.git Mention recent changes in CHANGES --- diff --git a/CHANGES b/CHANGES index 11e18a0..a8f3c42 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,9 @@ Changelog + Version 0.25 (??) + - Make parsing of SH_TYPE and PT_TYPE fields dependent on the machine + (e_machine header field), making it possible to support conflicting type + enums between different machines (#71 and #121). - Don't attempt to hex/string dump SHT_NOBITS sections in readelf (#119). - Add Python 3.5 testing to the tox file. - Minor bugfixes (#118)