From 88d9213962d6023d4ad97b54d2c6d1300512b727 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Mon, 25 Jul 2016 19:43:27 -0500 Subject: [PATCH] Add release notes for 3.0.1 --- docs/source/release-notes/3.0.1.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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