summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c340f8db2..92cbdcf43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@ What's New in Pylint 2.2?
=========================
Release date: TBA
+ * ``pylint`` used to emit a ``unused-variable`` error if unused import was found in the function. Now instead of
+ ``unused-variable``, ``unused-import`` is emitted.
+
+ Close #2421
* Handle asyncio.coroutine when looking for ``not-an-iterable`` check.