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.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index af5b33a43..0573ddc50 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -86,6 +86,11 @@ Other Changes
Closes #3771
+* ``undefined-variable`` and ``unused-variable`` now correctly trigger for assignment expressions
+ in functions defaults
+
+ Fixes part of #3688
+
* Fix double emitting of ``not-callable`` on inferrable ``properties``
Closes #4426