diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-12-20 18:31:28 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-12-20 18:31:28 -0600 |
| commit | cf0115e105c5963a45446b2cd511c076606119aa (patch) | |
| tree | d34587f944a8ba5a55f8f97abd04320825261bee /docs/source/release-notes | |
| parent | 348722d77b32ad2ecc064559bb8b4cae08e85549 (diff) | |
| parent | 9b8f038a97477a93ae7c7860ebfdcda0b85ed538 (diff) | |
| download | flake8-cf0115e105c5963a45446b2cd511c076606119aa.tar.gz | |
Merge branch 'perf-improvements'
Diffstat (limited to 'docs/source/release-notes')
| -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 fc7c2f4..0b0feae 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. +- Dramatically improve the performance of Flake8 (`GitLab!156`_) + - Fix problem where hooks should only check \*.py files. (See also `GitLab#268`_) @@ -14,3 +16,5 @@ You can view the `3.3.0 milestone`_ on GitLab for more details. https://gitlab.com/pycqa/flake8/milestones/16 .. _GitLab#268: https://gitlab.com/pycqa/flake8/issues/268 +.. _GitLab!156: + https://gitlab.com/pycqa/flake8/merge_requests/156 |
