summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-03-06 03:31:34 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-28 22:48:56 +0200
commitbf33fd3fcc875060fcffab7fdc93610d93e5e320 (patch)
tree2cf6dfc022e960610ebb8db09256e8967d2225a4 /ChangeLog
parent59f7c9d1b7700ed1e64356d5aae4f02a0770e2a0 (diff)
downloadpylint-git-bf33fd3fcc875060fcffab7fdc93610d93e5e320.tar.gz
Fix false-positive for unused-import on class keyword arguments
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbd33ccae..23d96abc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -67,6 +67,10 @@ Release date: TBA
* Improve check if class is subscriptable PEP585
+* Fix false-positive for ``unused-import`` on class keyword arguments
+
+ Closes #3202
+
What's New in Pylint 2.7.2?
===========================