summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.12.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.12.rst')
-rw-r--r--doc/whatsnew/2.12.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index 52b5ba595..6c71ae159 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -96,6 +96,12 @@ Other Changes
Fixes part of #3688
+* ``undefined-variable`` now correctly triggers for assignment expressions in if ... else statements
+ This includes a basic form of control flow inference for if ... else statements using
+ constant boolean values
+
+ Closes #3688
+
* Fix double emitting of ``not-callable`` on inferrable ``properties``
Closes #4426