mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-15 16:49: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
13
docs/source/release-notes/2.0.0.rst
Normal file
13
docs/source/release-notes/2.0.0.rst
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
2.0.0 - 2013-02-23
|
||||
------------------
|
||||
|
||||
- Pyflakes errors are prefixed by an ``F`` instead of an ``E``
|
||||
- McCabe complexity warnings are prefixed by a ``C`` instead of a ``W``
|
||||
- Flake8 supports extensions through entry points
|
||||
- Due to the above support, we **require** setuptools
|
||||
- We publish the `documentation <https://flake8.readthedocs.org/>`_
|
||||
- Fixes #13: pep8, pyflakes and mccabe become external dependencies
|
||||
- Split run.py into main.py, engine.py and hooks.py for better logic
|
||||
- Expose our parser for our users
|
||||
- New feature: Install git and hg hooks automagically
|
||||
- By relying on pyflakes (0.6.1), we also fixed #45 and #35
|
||||
Loading…
Add table
Add a link
Reference in a new issue