Update CHANGES to mention Python 2 (lack of) support
authorEli Bendersky <eliben@gmail.com>
Fri, 22 Sep 2023 18:13:12 +0000 (11:13 -0700)
committerEli Bendersky <eliben@gmail.com>
Fri, 22 Sep 2023 18:13:12 +0000 (11:13 -0700)
For #503

CHANGES

diff --git a/CHANGES b/CHANGES
index 11720bcf846bb71c77c3fd3184d65e3d344099e7..789820adf236f3ef4c1f7b9b085f41692397b001 100644 (file)
--- 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)