From c3760d700bc478c35e7d965f30a061986cdea00c Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Sat, 23 Feb 2013 23:12:19 +0100 Subject: [PATCH] Review the changelog --- CHANGES.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0a048b4..82f499a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,13 +4,13 @@ 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 `_ -- Fixes #13: pep8 and pyflakes are now external dependencies -- Split run.py into main.py and hooks.py for better logic +- 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 `_ +- 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