CHANGES
=======

0.7.1
-----

* Update CHANGES.rst in preparation for releasing 0.7.1
* Handle case where python traceback is missing lines of code
* Add debug mode logging

0.7.0
-----

* Update CHANGES.rst in preparation for releasing 0.7.0
* Update travis to test python36
* Add python36 support

0.6.0
-----

* Update CHANGES.rst in preparation for releasing 0.6.0
* Fix files\_touched to support longer hashes
* Clarify CLI help message

0.5.0
-----

* Include CHANGES in package description
* Add line matching support
* Assorted stylistic cleanups
* Differentiate files added, deleted and modified
* Update Readme to list supported languages
* print stacktrace headers and footers
* Fix git pickaxe error
* Add first pass at java stacktrace support
* Add file matching to Traceback
* Add framework for supporting multiple languages
* Rename python stacktrace examples
* Raise ParseException when failed to parse Traceback
* Remove filter\_site\_packages
* Add support for running pep8 env under travis
* Run tox tests using Travis CI

0.4.1
-----

* Get ready for pypi

0.4.0
-----

* Add --version flag
* Remove PBR from install dependencies
* Tell flake8 to ignore .tox
* Initial open source commit
