summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-26 06:44:05 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-26 06:44:05 -0500
commitb82e0d5176a0cfb8acef72d0cf47064507c90cc8 (patch)
treeb0b76f5e02638210af4028cea8c072b8e829cd32 /docs
parent5a9b7c27abdd99b05a04e3f7c6121f5fc7fb5ce3 (diff)
downloadflake8-b82e0d5176a0cfb8acef72d0cf47064507c90cc8.tar.gz
Add forgotten release note
Diffstat (limited to 'docs')
-rw-r--r--docs/source/release-notes/3.0.0.rst3
1 files changed, 3 insertions, 0 deletions
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.