summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-06-18 09:08:50 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-06-18 09:08:50 +0200
commita28af843aabbeba6b5ecd8bd658b08476f74aa4d (patch)
tree406d799ce89e41271aa1c3200af591a9aefbbd96 /ChangeLog
parent36250aa1370a1b0e496185eafed3afa145589d1a (diff)
downloadpylint-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc7d08901..0406bc0ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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?
===========================