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 24e7bdbde..c1917c330 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -376,6 +376,11 @@ Release date: TBA
Closes #5679
+* Fix false positive for ``used-before-assignment`` from a class definition
+ nested under a function subclassing a class defined outside the function.
+
+ Closes #4590
+
* Fix ``unnecessary_dict_index_lookup`` false positive when deleting a dictionary's entry.
Closes #4716