diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-10-28 10:34:54 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-10-28 10:34:54 -0700 |
| commit | ee2920d775df18481d638c2da084d229d56f95b9 (patch) | |
| tree | a3c79f4b79159a2df44cb71dc27fa27629616ae0 /docs | |
| parent | 182cdf6c23a711af32b2dbd040dd89808f5b1d18 (diff) | |
| download | flake8-ee2920d775df18481d638c2da084d229d56f95b9.tar.gz | |
Release 3.7.93.7.93.7-maintenance
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/release-notes/3.7.9.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.9.rst b/docs/source/release-notes/3.7.9.rst new file mode 100644 index 0000000..b1a2ce2 --- /dev/null +++ b/docs/source/release-notes/3.7.9.rst @@ -0,0 +1,23 @@ +3.7.9 -- 2019-10-28 +------------------- + +You can view the `3.7.9 milestone`_ on GitLab for more details. + +Bugs Fixed +~~~~~~~~~~ + +- Disable multiprocessing when the multiprocessing method is ``spawn`` (such + as on macos in python3.8) (See also `GitLab!367`_, `GitLab#587`_) + + +.. all links +.. _3.7.9 milestone: + https://gitlab.com/pycqa/flake8/milestones/33 + +.. issue links +.. _GitLab#587: + https://gitlab.com/pycqa/flake8/issues/587 + +.. merge request links +.. _GitLab!367: + https://gitlab.com/pycqa/flake8/merge_requests/367 diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index 96aa184..e532fd6 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.9 3.7.8 3.7.7 3.7.6 |
