diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-05-25 20:06:58 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-05-25 20:07:23 -0500 |
| commit | a36d44a70df131092ed2e9cdf0a767c08ecdb9f7 (patch) | |
| tree | fe01b3d68733b4a1231b2021689fa352e97f63e3 /docs/source/release-notes | |
| parent | c1f1ea019e5ee58a4111de6c8c7377d7db3c6481 (diff) | |
| download | flake8-a36d44a70df131092ed2e9cdf0a767c08ecdb9f7.tar.gz | |
Add release notes for bug 330
Diffstat (limited to 'docs/source/release-notes')
| -rw-r--r-- | docs/source/release-notes/3.4.0.rst | 17 | ||||
| -rw-r--r-- | docs/source/release-notes/index.rst | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.4.0.rst b/docs/source/release-notes/3.4.0.rst new file mode 100644 index 0000000..3059f0d --- /dev/null +++ b/docs/source/release-notes/3.4.0.rst @@ -0,0 +1,17 @@ +3.4.0 -- 2017-xx-xx +------------------- + +You can view the `3.4.0 milestone`_ on GitLab for more details. + +- Filter out empty select and ignore codes, e.g., ``--ignore E123,,E234``. + (See also `GitLab#330`_) + +.. all links +.. _3.4.0 milestone: + https://gitlab.com/pycqa/flake8/milestones/18 + +.. issue links +.. _GitLab#330: + https://gitlab.com/pycqa/flake8/issues/330 + +.. merge request links diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index 38317de..3b145f0 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.4.0 3.3.0 3.2.1 3.2.0 |
