summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.13.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.13.rst')
-rw-r--r--doc/whatsnew/2.13.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst
index 5c1da5a0f..1ae1ca7f9 100644
--- a/doc/whatsnew/2.13.rst
+++ b/doc/whatsnew/2.13.rst
@@ -653,3 +653,7 @@ Other Changes
* Fix ``IndexError`` crash in ``uninferable_final_decorators`` method.
Relates to #6531
+
+* Fix a crash in ``unnecessary-dict-index-lookup`` when subscripting an attribute.
+
+ Closes #6557