summaryrefslogtreecommitdiff
path: root/docs/source/release-notes
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/release-notes')
-rw-r--r--docs/source/release-notes/4.0.1.rst15
-rw-r--r--docs/source/release-notes/index.rst1
2 files changed, 16 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
diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst
index 3617ff4..c5d20a3 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::
+ 4.0.1
4.0.0
3.x Release Series