diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-01-30 00:07:43 -0800 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-01-30 00:07:43 -0800 |
| commit | f70ae10c2ba191bef78c723a3404c27d84f13de8 (patch) | |
| tree | 4332121f22a70102f208fdc3401b1082757a8867 /docs/source/release-notes | |
| parent | ed3b133227f60a57eb6d18ca0ef6520d0be322b7 (diff) | |
| download | flake8-f70ae10c2ba191bef78c723a3404c27d84f13de8.tar.gz | |
Release 3.7.13.7.1
Diffstat (limited to 'docs/source/release-notes')
| -rw-r--r-- | docs/source/release-notes/3.7.1.rst | 22 | ||||
| -rw-r--r-- | docs/source/release-notes/index.rst | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.7.1.rst b/docs/source/release-notes/3.7.1.rst new file mode 100644 index 0000000..913c4a9 --- /dev/null +++ b/docs/source/release-notes/3.7.1.rst @@ -0,0 +1,22 @@ +3.7.1 -- 2019-01-30 +------------------- + +You can view the `3.7.1 milestone`_ on GitLab for more details. + +Bugs Fixed +~~~~~~~~~~ + +- Fix capitalized filenames in ``per-file-ignores`` setting (See also + `GitLab!290`_, `GitLab#488`_) + +.. all links +.. _3.7.1 milestone: + https://gitlab.com/pycqa/flake8/milestones/24 + +.. issue links +.. _GitLab#488: + https://gitlab.com/pycqa/flake8/issues/488 + +.. merge request links +.. _GitLab!290: + https://gitlab.com/pycqa/flake8/merge_requests/290 diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index 7ae6d42..b4030e0 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.1 3.7.0 3.6.0 3.5.0 |
