From b82e0d5176a0cfb8acef72d0cf47064507c90cc8 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sun, 26 Jun 2016 06:44:05 -0500 Subject: [PATCH] Add forgotten release note --- docs/source/release-notes/3.0.0.rst | 3 +++ 1 file changed, 3 insertions(+) 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.