Add extension documentation

Add more to the CHANGES list
This commit is contained in:
Ian Cordasco 2013-02-23 14:33:08 -05:00
parent 55659b28ab
commit d22068b81c
3 changed files with 129 additions and 0 deletions

View file

@ -4,6 +4,11 @@ CHANGES
2.0.0 - 2013-02-xx
------------------
- Pyflakes errors are now prefixed by an ``F`` instead of an ``E``
- McCabe complexity warnings are now prefixed by a ``C`` instead of a ``W``
- Flake8 now supports extensions through entry points
- Due to the above support, we now **require** setuptools
- We now have `documentation <https://flake8.rtfd.org/>`_
- Fixes #13: pep8 and pyflakes are now external dependencies
- Split run.py into main.py and hooks.py for better logic
- Expose our parser for our users