summaryrefslogtreecommitdiff
path: root/docs/source/release-notes/3.0.3.rst
blob: 1c23c8ea5b1e195a5126b0409981141549648968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
3.0.3 -- 2016-07-28 (unreleased)
--------------------------------

- Disable ``--jobs`` for any version of Python on Windows.
  (See also `this Python bug report`_)

- Fix ``# noqa`` comments followed by a ``:`` and explanation broken by
  3.0.0 (See also `GitLab#178`_)

- Fix issue where users were unable to ignore plugin errors that were on
  by default. (See also `GitLab#195`_)

- Always open our output file in append mode so we do not overwrite log
  messages. (See also `GitLab#193`_)


.. links
.. _GitLab#178:
    https://gitlab.com/pycqa/flake8/issues/178
.. _GitLab#193:
    https://gitlab.com/pycqa/flake8/issues/193
.. _GitLab#195:
    https://gitlab.com/pycqa/flake8/issues/195

.. _this Python bug report:
    https://bugs.python.org/issue27649