summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f48f42c2e..ccce125a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,10 @@ Release date: TBA
Relates to #6531
+* Fix a crash in ``unnecessary-dict-index-lookup`` when subscripting an attribute.
+
+ Closes #6557
+
* Fix a crash when accessing ``__code__`` and assigning it to a variable.
Closes #6539