diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-05-11 22:29:53 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-05-11 22:29:53 -0700 |
| commit | f94e0095fd58ddbd6bb16e5c71fb964b74914308 (patch) | |
| tree | f050e7ac579924bacb0cce35b561928f0989d120 /docs/source | |
| parent | 00985a64bce799583d438bb3893acfd8a08fde93 (diff) | |
| download | flake8-f94e0095fd58ddbd6bb16e5c71fb964b74914308.tar.gz | |
Release 3.8.13.8.1
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/release-notes/3.8.1.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.8.1.rst b/docs/source/release-notes/3.8.1.rst new file mode 100644 index 0000000..92bf041 --- /dev/null +++ b/docs/source/release-notes/3.8.1.rst @@ -0,0 +1,23 @@ +3.8.1 -- 2020-05-11 +------------------- + +You can view the `3.8.1 milestone`_ on GitLab for more details. + +Bugs Fixed +~~~~~~~~~~ + +- Fix ``--output-file`` (regression in 3.8.0) (See also `GitLab!427`_, + `GitLab#637`_) + + +.. all links +.. _3.8.1 milestone: + https://gitlab.com/pycqa/flake8/-/milestones/34 + +.. issue links +.. _GitLab#637: + https://gitlab.com/pycqa/flake8/issues/637 + +.. merge request links +.. _GitLab!427: + https://gitlab.com/pycqa/flake8/merge_requests/427 diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index 74c00cb..9c5551c 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.1 3.8.0 3.7.9 3.7.8 |
