* Ensure all sources are captured when dealing with non python cobertura files. Thanks jfairley * Suppress error output on tests when that output is expected * Adds posargs to allow you to configure test runs more easily. Thanks nedbat
0.7.4
* Fixed bug in pylint support around duplciate code issues * Added ability to ignore unstaged changes Thanks DanCardin * License change! We are now Apache 2.0 * PyPy Support now verified in tests * Fix for python 2.6 support
0.7.3
* Added pylint support! * Fixed bug around python 1.6 and pyflakes * Update Pygments allowing us to remove code we grabbed from the development branch of the project used to support python3 correctly
0.7.2
* bugfix around parsing of options
0.7.1
* Generating HTML report still allows STDOUT to print the regular report
0.7.0
* Incorporate sources tag in corbetura reports improving diff-cover's behavior in non python codebases