summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatus Valo <matusvalo@users.noreply.github.com>2021-03-17 23:03:18 +0100
committerGitHub <noreply@github.com>2021-03-17 23:03:18 +0100
commitcdfc8374b1b0ee88af0463bdbe58299186244d53 (patch)
tree113c71198672978be5efb41e892f34412ba8810e /ChangeLog
parentf94b6d5ce5f22299d253d97eda1bf9e10045ce89 (diff)
downloadpylint-git-cdfc8374b1b0ee88af0463bdbe58299186244d53.tar.gz
Move deprecated module checker to DeprecatedMixin (#4225)
* Move deprecated module checker to DeprecatedMixin Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac5a90330..ea04a5ab9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,10 @@ Release date: TBA
alternative to ``extension-pkg-whitelist`` and the message ``blacklisted-name`` is now emitted as
``disallowed-name``. The previous names are accepted to maintain backward compatibility.
+* Move deprecated checker to ``DeprecatedMixin``
+
+ Closes #4086
+
What's New in Pylint 2.7.3?
===========================