From: Eli Bendersky Date: Fri, 22 Sep 2023 18:13:12 +0000 (-0700) Subject: Update CHANGES to mention Python 2 (lack of) support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87c2dddf0f9d34c8fa9a3107483e0854b9fcf45a;p=pyelftools.git Update CHANGES to mention Python 2 (lack of) support For #503 --- diff --git a/CHANGES b/CHANGES index 11720bc..789820a 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,7 @@ Changelog + Version 0.30 (2023.09.06) + - Python 2 support officially dropped (#415) - Optimization: cache instantiation of DWARF structs (#435) - DWARFv5 CU headers (#442) - Bug fix in attribute reporting for DWA_FORM_indirect (#475)