diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-10-11 05:41:53 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2021-10-11 05:41:53 -0700 |
| commit | 82b698e09996cdde5d473e234681d8380810d7a2 (patch) | |
| tree | 1a3568dad56c7a377a491631b5d4b6ee1e51e839 /docs/source/release-notes/4.0.1.rst | |
| parent | 0fac346d8437d205e508643253c7a7d5fdf5dee7 (diff) | |
| download | flake8-4.0.1.tar.gz | |
Release 4.0.14.0.1
Diffstat (limited to 'docs/source/release-notes/4.0.1.rst')
| -rw-r--r-- | docs/source/release-notes/4.0.1.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/source/release-notes/4.0.1.rst b/docs/source/release-notes/4.0.1.rst new file mode 100644 index 0000000..402e4b0 --- /dev/null +++ b/docs/source/release-notes/4.0.1.rst @@ -0,0 +1,15 @@ +4.0.1 -- 2021-10-11 +------------------- + +You can view the `4.0.1 milestone`_ on GitHub for more details. + +Bugs Fixed +~~~~~~~~~~ + +- Fix parallel execution collecting a ``SyntaxError`` (See also :pull:`1410` + :issue:`1408`). + + +.. all links +.. _4.0.1 milestone: + https://github.com/PyCQA/flake8/milestone/41 |
