aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3f05dba1..9a46cdfc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,10 @@ Release date: TBA
Closes #4907
+* Fix false positive ``unused-private-member`` for accessing attributes in a class using ``cls``
+
+ Closes #4849
+
* Fix false positive ``unused-private-member`` for private staticmethods accessed in classmethods.
Closes #4849