mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-17 01:29:52 +00:00
Add release notes portion of documentation
This commit is contained in:
parent
706520828d
commit
472e7c9589
34 changed files with 336 additions and 0 deletions
9
docs/source/release-notes/1.5.0.rst
Normal file
9
docs/source/release-notes/1.5.0.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
1.5 - 2012-10-13
|
||||
----------------
|
||||
|
||||
- fixed the stdin
|
||||
- make sure mccabe catches the syntax errors as warnings
|
||||
- pep8 upgrade
|
||||
- added max_line_length default value
|
||||
- added Flake8Command and entry points if setuptools is around
|
||||
- using the setuptools console wrapper when available
|
||||
Loading…
Add table
Add a link
Reference in a new issue