diff options
author | yushao2 <36848472+yushao2@users.noreply.github.com> | 2022-03-15 18:22:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 11:22:33 +0100 |
commit | 975550582494f9e1c0eb43336943c716120bc4e6 (patch) | |
tree | 89f91b7ed8270b6da854d2f6ef17ff584ed4eeec /ChangeLog | |
parent | fcc17e97f35263775fbd27b3a8f8cf05e3f27613 (diff) | |
download | pylint-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |