From e0ab5b95158db74f1c7c26f67591d7d06d8a3888 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Wed, 9 Oct 2019 09:39:54 +0200 Subject: [PATCH] Add missing changelog entry --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index f420ea7b33..c1955dff50 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? ===========================