summaryrefslogtreecommitdiff
path: root/docs/source/release-notes/3.2.1.rst
blob: 16d4f28b6d2edbde12c9bf7c1a8b97e19cf2ee14 (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
27
3.2.1 -- 2016-11-21
-------------------

You can view the `3.2.1 milestone`_ on GitLab for more details.

- Fix subtle bug when deciding whether to report an on-by-default's violation
  (See also `GitLab#257`_)

- Fix another bug around SyntaxErrors not being reported at the right column
  and row (See also `GitLab#259`_ and `GitLab#237`_ for a related, previously
  fixed bug)

- Fix regression from 2.x where we run checks against explicitly provided
  files, even if they don't match the filename patterns. (See also
  `GitLab#266`_)

.. links
.. _3.2.1 milestone:
    https://gitlab.com/pycqa/flake8/milestones/15
.. _GitLab#237:
    https://gitlab.com/pycqa/flake8/issues/237
.. _GitLab#257:
    https://gitlab.com/pycqa/flake8/issues/257
.. _GitLab#259:
    https://gitlab.com/pycqa/flake8/issues/259
.. _GitLab#266:
    https://gitlab.com/pycqa/flake8/issues/266