summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.13.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.13.rst')
-rw-r--r--doc/whatsnew/2.13.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/2.13.rst b/doc/whatsnew/2.13.rst
index 4264bb61c..c5e33bb64 100644
--- a/doc/whatsnew/2.13.rst
+++ b/doc/whatsnew/2.13.rst
@@ -60,6 +60,11 @@ Other Changes
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.