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 634e887b6..13a2d977f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,11 @@ Release date: TBA
Closes #4031
+* ``used-before-assignment`` now correctly considers references to classes as type annotation
+ or default values in first-level methods
+
+ Closes #3771
+
* Fix bug with importing namespace packages with relative imports
Closes #2967 and #5131