Add release note about handling SyntaxErrors

This commit is contained in:
Ian Cordasco 2016-08-06 08:03:30 -05:00
parent a8029ba2d5
commit 690d157d1b
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -7,9 +7,14 @@
- Fix an Attribute Error raised when dealing with Invalid Syntax. (See also - Fix an Attribute Error raised when dealing with Invalid Syntax. (See also
`GitLab#203`_) `GitLab#203`_)
- Fix an unhandled Syntax Error when tokenizing files. (See also
`GitLab#205`_)
.. links .. links
.. _GitLab#164: .. _GitLab#164:
https://gitlab.com/pycqa/flake8/issues/164 https://gitlab.com/pycqa/flake8/issues/164
.. _GitLab#203: .. _GitLab#203:
https://gitlab.com/pycqa/flake8/issues/203 https://gitlab.com/pycqa/flake8/issues/203
.. _GitLab#205:
https://gitlab.com/pycqa/flake8/issues/205