Changes
=======

0.3.1 (2010-10-21)
------------------
- Allow ignoring pep8 erros

0.3.0 (2010-10-17)
------------------
- Add hooks for Trac integration:

  - A pretxnchangegroup hook that checks a metion to a ticket exist in the
    changeset message.
  - An incoming hook that add a comment to the Trac ticket with the changeset
    message.

0.2.1 (2010-10-14)
------------------
- Fixes installation problem because setup.py was importing pep8 and pyflakes
- Fixes bug in pdb checker when adding new files

0.2.0 (2010-10-14)
------------------
- Support for the pretxnchangegroup hook

0.1.2 (2010-08-31)
------------------
- Fixes issue #2 about erros when removing files

0.1.1 (2010-06-13)
------------------
- Add documentatin about how to skip the checks

0.1.0 (2010-06-13)
------------------
- Initial release
