diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-01-15 11:06:51 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-01-15 11:26:07 -0600 |
| commit | bc840e24037ebd8c33f5d9ac223a83d229b7375f (patch) | |
| tree | f1da64eac9445b8ebd5c76fdede8e8fe563e3e19 /docs | |
| parent | f32e151b47a5621692796933cd7adcc930a91701 (diff) | |
| download | flake8-bc840e24037ebd8c33f5d9ac223a83d229b7375f.tar.gz | |
Add AST support for Python 3.6
Upgrade version constraints on PyFlakes to only the versions that handle
Python 3.6
Closes #290
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 |
