mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Release 3.7.4
This commit is contained in:
parent
218bacb108
commit
afc57d471d
3 changed files with 25 additions and 1 deletions
23
docs/source/release-notes/3.7.4.rst
Normal file
23
docs/source/release-notes/3.7.4.rst
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
3.7.4 -- 2019-01-31
|
||||
-------------------
|
||||
|
||||
You can view the `3.7.4 milestone`_ on GitLab for more details.
|
||||
|
||||
Bugs Fixed
|
||||
~~~~~~~~~~
|
||||
|
||||
- Fix performance regression with lots of ``per-file-ignores`` and errors
|
||||
(See also `GitLab!299`_, `GitLab#501`_)
|
||||
|
||||
|
||||
.. all links
|
||||
.. _3.7.4 milestone:
|
||||
https://gitlab.com/pycqa/flake8/milestones/27
|
||||
|
||||
.. issue links
|
||||
.. _GitLab#501:
|
||||
https://gitlab.com/pycqa/flake8/issues/501
|
||||
|
||||
.. merge request links
|
||||
.. _GitLab!299:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/299
|
||||
|
|
@ -9,6 +9,7 @@ with the newest releases first.
|
|||
==================
|
||||
|
||||
.. toctree::
|
||||
3.7.4
|
||||
3.7.3
|
||||
3.7.2
|
||||
3.7.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue