aboutsummaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.11.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.11.rst')
-rw-r--r--doc/whatsnew/2.11.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/2.11.rst b/doc/whatsnew/2.11.rst
index 0a239025f..f04020796 100644
--- a/doc/whatsnew/2.11.rst
+++ b/doc/whatsnew/2.11.rst
@@ -70,6 +70,10 @@ Other Changes
Closes #4907
+* Fix false positive ``unused-private-member`` for accessing attributes in a class using ``cls``
+
+ Closes #4849
+
* Extended ``consider-using-in`` check to work for attribute access.
* Setting ``min-similarity-lines`` to 0 now makes the similarty checker stop checking for duplicate code