mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Add missing release notes
This commit is contained in:
parent
04413f8338
commit
00575214db
3 changed files with 22 additions and 0 deletions
15
docs/source/release-notes/2.6.0.rst
Normal file
15
docs/source/release-notes/2.6.0.rst
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
2.6.0 - 2016-06-15
|
||||
------------------
|
||||
|
||||
- **Requirements Change** Switch to pycodestyle as all future pep8 releases
|
||||
will use that package name
|
||||
|
||||
- **Improvement** Allow for Windows users on *select* versions of Python to
|
||||
use ``--jobs`` and multiprocessing
|
||||
|
||||
- **Improvement** Update bounds on McCabe
|
||||
|
||||
- **Improvement** Update bounds on PyFlakes and blacklist known broken
|
||||
versions
|
||||
|
||||
- **Improvement** Handle new PyFlakes warning with a new error code: F405
|
||||
4
docs/source/release-notes/2.6.2.rst
Normal file
4
docs/source/release-notes/2.6.2.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
2.6.2 - 2016-06-25
|
||||
------------------
|
||||
|
||||
- **Bug** Fix packaging error during release process.
|
||||
|
|
@ -7,6 +7,9 @@ with the newest releases first.
|
|||
|
||||
.. toctree::
|
||||
3.0.0
|
||||
2.6.2
|
||||
2.6.1
|
||||
2.6.0
|
||||
2.5.5
|
||||
2.5.4
|
||||
2.5.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue