diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-01-31 19:53:02 -0800 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-01-31 19:53:02 -0800 |
| commit | afc57d471db072b9a39bc241ae70b85e0ce00e7c (patch) | |
| tree | 7f2ee773149cd024cfd06125f87f40af76ae1042 /docs/source/release-notes | |
| parent | 218bacb10898aac086d1d7dd5a86171d7b318b2a (diff) | |
| download | flake8-afc57d471db072b9a39bc241ae70b85e0ce00e7c.tar.gz | |
Release 3.7.43.7.4
Diffstat (limited to 'docs/source/release-notes')
| -rw-r--r-- | docs/source/release-notes/3.7.4.rst | 23 | ||||
| -rw-r--r-- | docs/source/release-notes/index.rst | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.7.4.rst b/docs/source/release-notes/3.7.4.rst new file mode 100644 index 0000000..bfde209 --- /dev/null +++ b/docs/source/release-notes/3.7.4.rst @@ -0,0 +1,23 @@ +3.7.4 -- 2019-01-31 +------------------- + +You can view the `3.7.4 milestone`_ on GitLab for more details. + +Bugs Fixed +~~~~~~~~~~ + +- Fix performance regression with lots of ``per-file-ignores`` and errors + (See also `GitLab!299`_, `GitLab#501`_) + + +.. all links +.. _3.7.4 milestone: + https://gitlab.com/pycqa/flake8/milestones/27 + +.. issue links +.. _GitLab#501: + https://gitlab.com/pycqa/flake8/issues/501 + +.. merge request links +.. _GitLab!299: + https://gitlab.com/pycqa/flake8/merge_requests/299 diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index 0e77453..73793c3 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.4 3.7.3 3.7.2 3.7.1 |
