summaryrefslogtreecommitdiff
path: root/docs/source/release-notes/3.0.1.rst
blob: 0092dc8916c4a71bb28c7e75dcc1577397d77b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
3.0.1 -- 2016-07-25
-------------------

- 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