diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-10-28 17:54:40 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-10-28 17:54:40 +0000 |
| commit | 87acf9e5fcf559695e8fbb659caa68776cfb9403 (patch) | |
| tree | 24095af4387e84ead567fbe8368ba01f7a63e201 /docs/source/release-notes | |
| parent | 7441c63de834e6a8b78479a84978c1d3de5f9a4b (diff) | |
| parent | ee2920d775df18481d638c2da084d229d56f95b9 (diff) | |
| download | flake8-87acf9e5fcf559695e8fbb659caa68776cfb9403.tar.gz | |
Merge branch '3.7-maintenance' into 'master'
Merge 3.7.9 tag and release notes
See merge request pycqa/flake8!369
Diffstat (limited to 'docs/source/release-notes')
| -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 |
