summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/source/release-notes/3.0.1.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.0.1.rst b/docs/source/release-notes/3.0.1.rst
index 6132a5d..0092dc8 100644
--- a/docs/source/release-notes/3.0.1.rst
+++ b/docs/source/release-notes/3.0.1.rst
@@ -4,7 +4,16 @@
- Fix regression in handling of ``# noqa`` for multiline strings.
(See also `GitLab#177`_)
+- Fix regression in handling of ``--output-file`` when not also using
+ ``--verbose``. (See also `GitLab#180`_)
+
+- Fix regression in handling of ``--quiet``. (See also `GitLab#180`_)
+
+- Fix regression in handling of ``--statistics``. (See also `GitLab#180`_)
+
.. links
.. _GitLab#177:
https://gitlab.com/pycqa/flake8/issues/177
+.. _GitLab#180:
+ https://gitlab.com/pycqa/flake8/issues/180