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? ===========================