summaryrefslogtreecommitdiff
path: root/docs/source/release-notes
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-04-24 10:58:11 -0700
committerAnthony Sottile <asottile@umich.edu>2020-04-24 10:58:11 -0700
commit0cdc1b9efef12106b4d44a658ad943f24db7b2d2 (patch)
tree5751f3f85cc57c3c91afb9381a7539edc0e1a303 /docs/source/release-notes
parent6f28112957be99f766e308e8a6bd8204640f465a (diff)
downloadflake8-0cdc1b9efef12106b4d44a658ad943f24db7b2d2.tar.gz
Release 3.8.0a23.8.0a2
Diffstat (limited to 'docs/source/release-notes')
-rw-r--r--docs/source/release-notes/3.8.0.rst15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/source/release-notes/3.8.0.rst b/docs/source/release-notes/3.8.0.rst
index 81dcb8c..c16faff 100644
--- a/docs/source/release-notes/3.8.0.rst
+++ b/docs/source/release-notes/3.8.0.rst
@@ -1,4 +1,15 @@
-3.8.0a1 -- 2020-04-23
+3.8.0a2 -- 2020-04-24
+---------------------
+
+You can view the `3.8.0 milestone`_ on GitLab for more details.
+
+Bugs Fixed
+~~~~~~~~~~
+
+- Fix ``type="str"`` optparse options (See also `GitLab!419`_)
+
+
+3.8.0a1 -- 2020-04-24
---------------------
You can view the `3.8.0 milestone`_ on GitLab for more details.
@@ -177,3 +188,5 @@ Deprecations
https://gitlab.com/pycqa/flake8/-/merge_requests/417
.. _GitLab!418:
https://gitlab.com/pycqa/flake8/-/merge_requests/418
+.. _GitLab!419:
+ https://gitlab.com/pycqa/flake8/-/merge_requests/419