diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-05-27 19:39:33 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-05-27 19:39:33 -0500 |
| commit | 72a6425ad3e1e6b48773093e052f8081e2d7c496 (patch) | |
| tree | 65a31d493cafd129e94f6eb29755645c9f221656 /docs/source/release-notes | |
| parent | 804eef43681e376155e15fc37a2b7785181d42a7 (diff) | |
| download | flake8-72a6425ad3e1e6b48773093e052f8081e2d7c496.tar.gz | |
Add release note for bug 318
Diffstat (limited to 'docs/source/release-notes')
| -rw-r--r-- | docs/source/release-notes/3.4.0.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.4.0.rst b/docs/source/release-notes/3.4.0.rst index e1c42ea..8c08160 100644 --- a/docs/source/release-notes/3.4.0.rst +++ b/docs/source/release-notes/3.4.0.rst @@ -3,6 +3,9 @@ You can view the `3.4.0 milestone`_ on GitLab for more details. +- Refine logic around ``--select`` and ``--ignore`` when combined with the + default values for each. (See also `GitLab#318`_) + - Handle spaces as an alternate separate for error codes, e.g., ``--ignore 'E123 E234'``. (See also `GitLab#329`_) @@ -14,6 +17,8 @@ You can view the `3.4.0 milestone`_ on GitLab for more details. https://gitlab.com/pycqa/flake8/milestones/18 .. issue links +.. _GitLab#318: + https://gitlab.com/pycqa/flake8/issues/318 .. _GitLab#329: https://gitlab.com/pycqa/flake8/issues/329 .. _GitLab#330: |
