diff --git a/ChangeLog b/ChangeLog index b961ce4b0ac..ad0d57be552 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,6 +30,10 @@ Release date: TBA Close #3524 +* bad-continuation has been removed, black or another formatter can help you with this better than Pylint + +Close #289, #638, #747, #1148, #1179, #1943, #2301, #2304, #2944, #3565 + What's New in Pylint 2.5.0? =========================== diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst index 6fe33126abc..eb18da612b5 100644 --- a/doc/whatsnew/2.6.rst +++ b/doc/whatsnew/2.6.rst @@ -15,3 +15,5 @@ New checkers Other Changes ============= + +* `bad-continuation` has been removed, `black` or another formatter can help you with this better than Pylint