diff options
-rw-r--r-- | doc/whatsnew/2.7.rst | 4 |
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 |