From: Eli Bendersky Date: Tue, 2 Aug 2016 19:55:44 +0000 (-0700) Subject: Update CHANGES with a few more recent changes X-Git-Tag: v0.24~3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b72e3ad59b67f190468d5c2f8818b485a660f3d4;p=pyelftools.git Update CHANGES with a few more recent changes --- diff --git a/CHANGES b/CHANGES index 5bba7df..f147ac4 100644 --- a/CHANGES +++ b/CHANGES @@ -11,7 +11,12 @@ Changelog invocation. - More DWARF v4 support w.r.t decoding function ranges; DW_AT_high_pc value is now either absolute or relative to DW_AT_low_pc, depending on the class - of the form encoded in the file. + of the form encoded in the file. Also #89. + - Support for SHT_NOTE sections (#109) + - Support for .debug_aranges section (#108) + - Support for zlib-compressed debug sections (#102) + - Support for DWARF v4 line programs (#82) + + Version 0.23 (08.11.2014)