diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-02-18 11:58:12 -0800 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-02-18 11:58:12 -0800 |
| commit | 9b770f590ecca6e5d2e1c50ad707337e6695cfd4 (patch) | |
| tree | 25f1691bb7b0ca5188ab8ab32c4b8c50c8401401 /docs/source | |
| parent | 59c2f093de827167386c63d6a60c04012a8a2768 (diff) | |
| download | flake8-9b770f590ecca6e5d2e1c50ad707337e6695cfd4.tar.gz | |
Release 3.7.63.7.6
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/release-notes/3.7.6.rst | 27 | ||||
| -rw-r--r-- | docs/source/release-notes/index.rst | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.7.6.rst b/docs/source/release-notes/3.7.6.rst new file mode 100644 index 0000000..775edd5 --- /dev/null +++ b/docs/source/release-notes/3.7.6.rst @@ -0,0 +1,27 @@ +3.7.6 -- 2019-02-18 +------------------- + +You can view the `3.7.6 milestone`_ on GitLab for more details. + +Bugs Fixed +~~~~~~~~~~ + +- Fix ``--per-file-ignores`` for multi-letter error codes (See also + `GitLab!303`_, `GitLab#507`_) + +- Improve flake8 speed when only 1 filename is passed (See also `GitLab!305`_) + + +.. all links +.. _3.7.6 milestone: + https://gitlab.com/pycqa/flake8/milestones/29 + +.. issue links +.. _GitLab#507: + https://gitlab.com/pycqa/flake8/issues/507 + +.. merge request links +.. _GitLab!303: + https://gitlab.com/pycqa/flake8/merge_requests/303 +.. _GitLab!305: + https://gitlab.com/pycqa/flake8/merge_requests/305 diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index e7e9c3e..c9041a5 100644 --- a/docs/source/release-notes/index.rst +++ b/docs/source/release-notes/index.rst @@ -9,6 +9,7 @@ with the newest releases first. ================== .. toctree:: + 3.7.6 3.7.5 3.7.4 3.7.3 |
