summaryrefslogtreecommitdiff
path: root/docs/source/release-notes
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-08-06 08:03:30 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-08-06 08:03:30 -0500
commit690d157d1b1ab696ff199525dd9d96e1d0400cba (patch)
treee304637175eb19edab2f5aa0076f598a61d5de1e /docs/source/release-notes
parenta8029ba2d5ed1bc921ee76b545d5ce9044c7f19b (diff)
downloadflake8-690d157d1b1ab696ff199525dd9d96e1d0400cba.tar.gz
Add release note about handling SyntaxErrors
Diffstat (limited to 'docs/source/release-notes')
-rw-r--r--docs/source/release-notes/3.0.4.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.0.4.rst b/docs/source/release-notes/3.0.4.rst
index ca1d39e..bdea279 100644
--- a/docs/source/release-notes/3.0.4.rst
+++ b/docs/source/release-notes/3.0.4.rst
@@ -7,9 +7,14 @@
- Fix an Attribute Error raised when dealing with Invalid Syntax. (See also
`GitLab#203`_)
+- Fix an unhandled Syntax Error when tokenizing files. (See also
+ `GitLab#205`_)
+
.. links
.. _GitLab#164:
https://gitlab.com/pycqa/flake8/issues/164
.. _GitLab#203:
https://gitlab.com/pycqa/flake8/issues/203
+.. _GitLab#205:
+ https://gitlab.com/pycqa/flake8/issues/205