diff --git a/ChangeLog b/ChangeLog index eb1ca9a5b4..a78f63f0fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,7 @@ modules are added. names of overridden functions. Closes #3536 + * New checker ``consider-using-dict-items``. Emitted when iterating over dictionary keys and then indexing the same dictionary with the key within loop body.