summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-10-02 16:29:27 -0700
committerAnthony Sottile <asottile@umich.edu>2020-10-02 16:29:58 -0700
commitfb91b994ed4adf4f2b4890e7bdba82f57e3a81df (patch)
tree38d3dc85cc757026857f8a95bea3d1ece71e927f /docs/source
parentb5b4792f70f2560bd3f2106bc496e54acc5da9b2 (diff)
downloadflake8-3.8.4.tar.gz
Release 3.8.43.8.4
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/release-notes/3.8.4.rst23
-rw-r--r--docs/source/release-notes/index.rst1
2 files changed, 24 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.8.4.rst b/docs/source/release-notes/3.8.4.rst
new file mode 100644
index 0000000..a5cb934
--- /dev/null
+++ b/docs/source/release-notes/3.8.4.rst
@@ -0,0 +1,23 @@
+3.8.4 -- 2020-10-02
+-------------------
+
+You can view the `3.8.4 milestone`_ on GitLab for more details.
+
+Bugs Fixed
+~~~~~~~~~~
+
+- Fix multiprocessing errors on platforms without ``sem_open`` syscall. (See
+ also `GitLab!448`_)
+
+- Fix skipping of physical checks on the last line of a file which does not
+ end in a newline (See also `GitLab!451`_)
+
+.. all links
+.. _3.8.4 milestone:
+ https://gitlab.com/pycqa/flake8/-/milestones/37
+
+.. merge request links
+.. _GitLab!448:
+ https://gitlab.com/pycqa/flake8/merge_requests/448
+.. _GitLab!451:
+ https://gitlab.com/pycqa/flake8/merge_requests/451
diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst
index c802a1e..f99dfb4 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.4
3.8.3
3.8.2
3.8.1