summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-07-25 19:43:27 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-07-25 19:43:27 -0500
commit88d9213962d6023d4ad97b54d2c6d1300512b727 (patch)
tree0bddc16c0c0f65a878284bb6ac15a3d1d9588781 /docs
parentb9658eaaaed6cbfac28428042f03d4ac2c11dba0 (diff)
downloadflake8-88d9213962d6023d4ad97b54d2c6d1300512b727.tar.gz
Add release notes for 3.0.13.0.1
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