summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22c918048..9bc848b59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,11 @@ Release date: TBA
Closes #4716
+* Fix crash in ``unnecessary-dict-index-lookup`` checker if the output of
+ ``items()`` is assigned to a 1-tuple.
+
+ Closes #5504
+
* The ``PyLinter`` class will now be initialiazed with a ``TextReporter``
as its reporter if none is provided.