diff --git a/docs/source/release-notes/3.0.0.rst b/docs/source/release-notes/3.0.0.rst index 8f13cfe..13b0217 100644 --- a/docs/source/release-notes/3.0.0.rst +++ b/docs/source/release-notes/3.0.0.rst @@ -39,4 +39,7 @@ that virtualenv's Flake8 as opposed to a global one (without the virtualenv being sourced). +- Print results in a deterministic and consistent ordering when used with + multiprocessing + - When using ``--count``, the output is no longer written to stderr.