diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-05-22 15:34:11 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-05-22 15:36:22 -0700 |
| commit | 40716454a285b7a3f63c398f78106fafd5c668e7 (patch) | |
| tree | b340d2e4303b659222d68a7ade580ca480e1af1a /docs | |
| parent | b9fe4d601cb620e89e72c163de7e90b27ebb7e36 (diff) | |
| download | flake8-40716454a285b7a3f63c398f78106fafd5c668e7.tar.gz | |
Release 3.8.23.8.2
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/release-notes/3.8.2.rst | 40 | ||||
| -rw-r--r-- | docs/source/release-notes/index.rst | 1 |
2 files changed, 41 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.8.2.rst b/docs/source/release-notes/3.8.2.rst new file mode 100644 index 0000000..9fbb79f --- /dev/null +++ b/docs/source/release-notes/3.8.2.rst @@ -0,0 +1,40 @@ +3.8.2 -- 2020-05-22 +------------------- + +You can view the `3.8.2 milestone`_ on GitLab for more details. + +Bugs Fixed +~~~~~~~~~~ + +- Improve performance by eliminating unncessary sort (See also `GitLab!429`_) + +- Improve messaging of ``--jobs`` argument by utilizing ``argparse`` (See also + `GitLab!428`_, `GitLab#567`_) + +- Fix file configuration options to be relative to the config passed on the + command line (See also `GitLab!431`_, `GitLab#651`_) + +- Fix incorrect handling of ``--extend-exclude`` by treating its values as + files (See also `GitLab!432`_, `GitLab#653`_) + +.. all links +.. _3.8.2 milestone: + https://gitlab.com/pycqa/flake8/-/milestones/35 + +.. issue links +.. _GitLab#567: + https://gitlab.com/pycqa/flake8/issues/567 +.. _GitLab#651: + https://gitlab.com/pycqa/flake8/issues/651 +.. _GitLab#653: + https://gitlab.com/pycqa/flake8/issues/653 + +.. merge request links +.. _GitLab!428: + https://gitlab.com/pycqa/flake8/merge_requests/428 +.. _GitLab!429: + https://gitlab.com/pycqa/flake8/merge_requests/429 +.. _GitLab!431: + https://gitlab.com/pycqa/flake8/merge_requests/431 +.. _GitLab!432: + https://gitlab.com/pycqa/flake8/merge_requests/432 diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index 9c5551c..53cf726 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.8.2 3.8.1 3.8.0 3.7.9 |
