From: Eli Bendersky Date: Fri, 5 Jun 2015 13:14:49 +0000 (-0700) Subject: Update CHANGES to reflect recent changes after the last release. X-Git-Tag: v0.24~27 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3308cdf69a00acc6308876179b9fb8a79281c78c;p=pyelftools.git Update CHANGES to reflect recent changes after the last release. --- diff --git a/CHANGES b/CHANGES index e7d02ad..d234571 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,12 @@ Changelog ========= ++ Version 0.24 (??) + + - Retrieve symbols by name - get_symbol_by_name (#58). + - Symbol/section names are strings internally now, not bytestrings (this may + affect API usage in Python 3) (#69). + + Version 0.23 (08.11.2014) - Minimal Python 2.x version raised to 2.7