mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 11:16:54 +00:00
Add release notes for bug 330
This commit is contained in:
parent
c1f1ea019e
commit
a36d44a70d
2 changed files with 18 additions and 0 deletions
17
docs/source/release-notes/3.4.0.rst
Normal file
17
docs/source/release-notes/3.4.0.rst
Normal file
|
|
@ -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
|
||||
|
|
@ -9,6 +9,7 @@ with the newest releases first.
|
|||
==================
|
||||
|
||||
.. toctree::
|
||||
3.4.0
|
||||
3.3.0
|
||||
3.2.1
|
||||
3.2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue