summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryushao2 <36848472+yushao2@users.noreply.github.com>2022-03-15 18:22:33 +0800
committerGitHub <noreply@github.com>2022-03-15 11:22:33 +0100
commit975550582494f9e1c0eb43336943c716120bc4e6 (patch)
tree89f91b7ed8270b6da854d2f6ef17ff584ed4eeec /ChangeLog
parentfcc17e97f35263775fbd27b3a8f8cf05e3f27613 (diff)
downloadpylint-git-975550582494f9e1c0eb43336943c716120bc4e6.tar.gz
fix(4756): fix false positive `unused-private-member` for private methods (#5345)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52cb627f2..bcebfa447 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -582,6 +582,10 @@ Release date: 2021-11-24
Closes #4412 #5287
+* Fix ``unused-private-member`` false positive when accessing private methods through ``property``.
+
+ Closes #4756
+
* Fix ``install graphiz`` message which isn't needed for puml output format.
* ``MessageTest`` of the unittest ``testutil`` now requires the ``confidence`` attribute