From 3308cdf69a00acc6308876179b9fb8a79281c78c Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 5 Jun 2015 06:14:49 -0700 Subject: [PATCH] Update CHANGES to reflect recent changes after the last release. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.30.2