diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2020-06-18 09:08:50 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-06-18 09:08:50 +0200 |
commit | a28af843aabbeba6b5ecd8bd658b08476f74aa4d (patch) | |
tree | 406d799ce89e41271aa1c3200af591a9aefbbd96 /ChangeLog | |
parent | 36250aa1370a1b0e496185eafed3afa145589d1a (diff) | |
download | pylint-git-fix-crash-parallel-mode-missing-file-path.tar.gz |
Fix a crash in parallel mode when the module's filepath is not setfix-crash-parallel-mode-missing-file-path
Close #3564
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? =========================== |