diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -4,6 +4,7 @@ Pylint's ChangeLog What's New in Pylint 2.6.0? =========================== + Release date: TBA * bad-continuation and bad-whitespace have been removed, black or another formatter can help you with this better than Pylint @@ -34,6 +35,10 @@ Release date: TBA * Fix `pre-commit` config that could lead to undetected duplicate lines of code +* Fix a crash in parallel mode when the module's filepath is not set + + Close #3564 + What's New in Pylint 2.5.4? =========================== @@ -42,6 +47,10 @@ What's New in Pylint 2.5.4? Close #3690 +* Fix a crash in parallel mode when the module's filepath is not set + + Close #3564 + What's New in Pylint 2.5.3? =========================== |