From a36d44a70df131092ed2e9cdf0a767c08ecdb9f7 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Thu, 25 May 2017 20:06:58 -0500 Subject: [PATCH] Add release notes for bug 330 --- docs/source/release-notes/3.4.0.rst | 17 +++++++++++++++++ docs/source/release-notes/index.rst | 1 + 2 files changed, 18 insertions(+) create mode 100644 docs/source/release-notes/3.4.0.rst 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