summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-10-09 09:39:54 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-10-09 09:39:54 +0200
commite0ab5b95158db74f1c7c26f67591d7d06d8a3888 (patch)
treeefde673a55eef2ea2945a1f083e4f815e045be0c
parent97394195afc9019a7003347f8c0503e3503a4e83 (diff)
downloadpylint-git-e0ab5b95158db74f1c7c26f67591d7d06d8a3888.tar.gz
Add missing changelog entry
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f420ea7b3..c1955dff5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@ What's New in Pylint 2.4.3?
Release date: TBA
+* Fix an issue with ``unnecessary-comprehension`` in comprehensions with additional repacking of elements.
+
+ Close #3148
+
What's New in Pylint 2.4.2?
===========================