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.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst
index b2e57a8a7..f3b6bc86c 100644
--- a/doc/whatsnew/2.12.rst
+++ b/doc/whatsnew/2.12.rst
@@ -118,6 +118,10 @@ Other Changes
Closes #3688
+* Fix crash for ``unused-private-member`` when checking private members on ``__class__``
+
+ Closes #5261
+
* Fix double emitting of ``not-callable`` on inferrable ``properties``
Closes #4426