summaryrefslogtreecommitdiff
path: root/docs/source/release-notes
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-11-19 19:34:33 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-11-19 19:34:33 -0600
commita981fe34ed5d02c762e40e1ed2d6f309290035b3 (patch)
tree013ca98bbaa708b0e512bda77ad5dd7ab2c3130f /docs/source/release-notes
parentae9e832cc1280f3d9d7357baf939bc7e4fa5d9c7 (diff)
downloadflake8-a981fe34ed5d02c762e40e1ed2d6f309290035b3.tar.gz
Update release notes and version string for 3.2.13.2.1
Diffstat (limited to 'docs/source/release-notes')
-rw-r--r--docs/source/release-notes/3.2.1.rst16
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/source/release-notes/3.2.1.rst b/docs/source/release-notes/3.2.1.rst
index 5fd3375..16d4f28 100644
--- a/docs/source/release-notes/3.2.1.rst
+++ b/docs/source/release-notes/3.2.1.rst
@@ -1,4 +1,4 @@
-3.2.1 -- 2016-11-xx
+3.2.1 -- 2016-11-21
-------------------
You can view the `3.2.1 milestone`_ on GitLab for more details.
@@ -6,8 +6,22 @@ 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