Changes
=======

0.4.1 (2011-01-11)
------------------
- Fix a bug when running the pyflakes hook over a syntactically wrong file

0.4.0 (2011-01-09)
------------------
- Make pyflakes hook ignore those code lines with a "pyflakes:ignore"
  comment

0.3.2 (2010-11-08)
------------------
- Fix documentation

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
