diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-26 14:40:44 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-26 14:40:44 +0000 |
| commit | 99602828c7b91a05b1f33603131ebf20f110a33f (patch) | |
| tree | 36c7d02c27ff1e5a236c6de238a7c6447eb0cdc9 /docs/source | |
| parent | f82b5d62d0c4e48b95466bb259f3401aecf28de7 (diff) | |
| parent | df2fa18a0865a202e91fcc0d8ca4a49b402baed3 (diff) | |
| download | flake8-99602828c7b91a05b1f33603131ebf20f110a33f.tar.gz | |
Merge branch 'bug/181' into 'master'
Fix project config file discovery
*Description of changes*
Keep searching past the current directory to find project config files.
*Related to:* #181
See merge request !91
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/release-notes/3.0.1.rst | 4 | ||||
| -rw-r--r-- | docs/source/release-notes/3.0.2.rst | 9 | ||||
| -rw-r--r-- | docs/source/release-notes/index.rst | 1 |
3 files changed, 12 insertions, 2 deletions
diff --git a/docs/source/release-notes/3.0.1.rst b/docs/source/release-notes/3.0.1.rst index 0092dc8..20f6783 100644 --- a/docs/source/release-notes/3.0.1.rst +++ b/docs/source/release-notes/3.0.1.rst @@ -1,5 +1,5 @@ -3.0.1 -- 2016-07-25 -------------------- +3.0.1 -- 2016-07-25 (unreleased) +-------------------------------- - Fix regression in handling of ``# noqa`` for multiline strings. (See also `GitLab#177`_) diff --git a/docs/source/release-notes/3.0.2.rst b/docs/source/release-notes/3.0.2.rst new file mode 100644 index 0000000..8605ce9 --- /dev/null +++ b/docs/source/release-notes/3.0.2.rst @@ -0,0 +1,9 @@ +3.0.2 -- 2016-07-26 +------------------- + +- Fix local config file discovery. (See also `GitLab#181`_) + + +.. links +.. _GitLab#181: + https://gitlab.com/pycqa/flake8/issues/181 diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index 8056b76..440079b 100644 --- a/docs/source/release-notes/index.rst +++ b/docs/source/release-notes/index.rst @@ -6,6 +6,7 @@ All of the release notes that have been recorded for Flake8 are organized here with the newest releases first. .. toctree:: + 3.0.2 3.0.1 3.0.0 2.6.2 |
