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 54214ac99..be1e5245c 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -69,3 +69,8 @@ Other Changes
and never get assigned a value
Closes #5140
+
+* ``undefined-variable`` now correctly considers the line numbering and order of classes
+ used in metaclass declarations
+
+ Closes #4031