summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryushao2 <36848472+yushao2@users.noreply.github.com>2021-05-26 18:49:24 +0800
committerGitHub <noreply@github.com>2021-05-26 12:49:24 +0200
commit4023a4f45745a23e080b45a6daffe602465811c5 (patch)
tree8bc83121d492e24ad2a2ebc18458a1c252e42a14 /ChangeLog
parent12af1cebe6c7fa2c931c9fdae8e4b637335f6769 (diff)
downloadpylint-git-4023a4f45745a23e080b45a6daffe602465811c5.tar.gz
Implemented new checker invalid-class-object (#4510)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81b0b77ff..f0b2d0834 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -93,6 +93,10 @@ modules are added.
Closes #3657
+* New checker ``invalid-class-object``. Emitted when a non-class is assigned to a ``__class__`` attribute.
+
+ Closes #585
+
What's New in Pylint 2.8.2?
===========================