summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Vielsmaier <martin@vielsmaier.net>2020-09-10 21:27:43 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-09-10 21:49:36 +0200
commitda73eb77b459f77ba3ca7ce1fd5632da40e3ae14 (patch)
tree86535146d7a2e1f3ace5615a04df932ac4919e93 /doc
parenta60bb8b25dcad9ed9e6ef9f16d048a7df1017246 (diff)
downloadpylint-git-da73eb77b459f77ba3ca7ce1fd5632da40e3ae14.tar.gz
Add whatsnew entry.
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/2.7.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/2.7.rst b/doc/whatsnew/2.7.rst
index 5ed8220c6..902b4cccb 100644
--- a/doc/whatsnew/2.7.rst
+++ b/doc/whatsnew/2.7.rst
@@ -16,3 +16,7 @@ New checkers
Other Changes
=============
+
+* Fix bug that lead to duplicate messages when using ``--jobs 2`` or more.
+
+ Close #3584