summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2017-01-21 14:14:59 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2017-01-21 14:14:59 -0600
commitc9ea51aa45a645857336b5a7645cebff3d9ece66 (patch)
treedaa68953deb8b3496c8e2cc35e8f0d0e685c4bc3 /docs/source
parentf0f2ea7f4e3e536f2507703e350c89d0468feb31 (diff)
downloadflake8-c9ea51aa45a645857336b5a7645cebff3d9ece66.tar.gz
Add test for reproducible --version strings
And add a release note to document the change.
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/release-notes/3.3.0.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/source/release-notes/3.3.0.rst b/docs/source/release-notes/3.3.0.rst
index af62f6b..2a22906 100644
--- a/docs/source/release-notes/3.3.0.rst
+++ b/docs/source/release-notes/3.3.0.rst
@@ -19,9 +19,14 @@ You can view the `3.3.0 milestone`_ on GitLab for more details.
- Added unique error codes for all missing PyFlakes messages (14 new
codes, see all :ref:`Error / Violation Codes <error_codes>`)
-.. links
+- Force ``flake8 --version`` to be repeatable between invocations. (See also
+ `GitLab#297`_)
+
+.. all links
.. _3.3.0 milestone:
https://gitlab.com/pycqa/flake8/milestones/16
+
+.. issue links
.. _GitLab#244:
https://gitlab.com/pycqa/flake8/issues/244
.. _GitLab#251:
@@ -30,5 +35,9 @@ You can view the `3.3.0 milestone`_ on GitLab for more details.
https://gitlab.com/pycqa/flake8/issues/268
.. _GitLab#290:
https://gitlab.com/pycqa/flake8/issues/290
+.. _GitLab#297:
+ https://gitlab.com/pycqa/flake8/issues/297
+
+.. merge request links
.. _GitLab!156:
https://gitlab.com/pycqa/flake8/merge_requests/156