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 5ea915f92..08b017a63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,11 @@ Release date: TBA
Closes #3793
+* Fixed false positive for ``used-before-assignment`` with self-referential type
+ annotation in conditional statements within class methods.
+
+ Closes #5499
+
* ``used-before-assignment`` now assumes that assignments in except blocks
may not have occurred and warns accordingly.