diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-01-15 20:51:21 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-01-15 20:51:21 +0000 |
| commit | e3674c40bc546536e3f7389a7649c98b73ab06b6 (patch) | |
| tree | ee430782d9d9337ba2f6dffda5e8a7d0a2a7bb64 /docs | |
| parent | f32e151b47a5621692796933cd7adcc930a91701 (diff) | |
| parent | 88cbf83d29782fa3d09b353692bf4df00f7d9d4a (diff) | |
| download | flake8-e3674c40bc546536e3f7389a7649c98b73ab06b6.tar.gz | |
Merge branch 'bug/290' into 'master'
Add AST support for Python 3.6
Closes #290
See merge request !165
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/release-notes/3.3.0.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.3.0.rst b/docs/source/release-notes/3.3.0.rst index dc07e7b..af62f6b 100644 --- a/docs/source/release-notes/3.3.0.rst +++ b/docs/source/release-notes/3.3.0.rst @@ -3,6 +3,8 @@ You can view the `3.3.0 milestone`_ on GitLab for more details. +- Update upper bound on PyFlakes to allow for PyFlakes 1.5.0 (`GitLab#290`_) + - Add methods to Report class that will be called when Flake8 starts and finishes processing a file. (`GitLab#251`_) @@ -26,5 +28,7 @@ You can view the `3.3.0 milestone`_ on GitLab for more details. https://gitlab.com/pycqa/flake8/issues/251 .. _GitLab#268: https://gitlab.com/pycqa/flake8/issues/268 +.. _GitLab#290: + https://gitlab.com/pycqa/flake8/issues/290 .. _GitLab!156: https://gitlab.com/pycqa/flake8/merge_requests/156 |
