flake8/docs/source/release-notes/3.0.1.rst
2016-07-26 11:29:34 -05:00

19 lines
531 B
ReStructuredText

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