mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 08:24:46 +00:00
Review the changelog
This commit is contained in:
parent
3dc992c0d0
commit
c3760d700b
1 changed files with 7 additions and 7 deletions
14
CHANGES.rst
14
CHANGES.rst
|
|
@ -4,13 +4,13 @@ CHANGES
|
||||||
2.0.0 - 2013-02-xx
|
2.0.0 - 2013-02-xx
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Pyflakes errors are now prefixed by an ``F`` instead of an ``E``
|
- Pyflakes errors are prefixed by an ``F`` instead of an ``E``
|
||||||
- McCabe complexity warnings are now prefixed by a ``C`` instead of a ``W``
|
- McCabe complexity warnings are prefixed by a ``C`` instead of a ``W``
|
||||||
- Flake8 now supports extensions through entry points
|
- Flake8 supports extensions through entry points
|
||||||
- Due to the above support, we now **require** setuptools
|
- Due to the above support, we **require** setuptools
|
||||||
- We now have `documentation <https://flake8.readthedocs.org/>`_
|
- We publish the `documentation <https://flake8.readthedocs.org/>`_
|
||||||
- Fixes #13: pep8 and pyflakes are now external dependencies
|
- Fixes #13: pep8, pyflakes and mccabe become external dependencies
|
||||||
- Split run.py into main.py and hooks.py for better logic
|
- Split run.py into main.py, engine.py and hooks.py for better logic
|
||||||
- Expose our parser for our users
|
- Expose our parser for our users
|
||||||
- New feature: Install git and hg hooks automagically
|
- New feature: Install git and hg hooks automagically
|
||||||
- By relying on pyflakes (0.6.1), we also fixed #45 and #35
|
- By relying on pyflakes (0.6.1), we also fixed #45 and #35
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue