* Adds the cpp test fixtures to the manifest. No functionality changes just ensuring the packaged tests can run
4.1.0
* Adds markdown report rendering support (thanks f18m !)
4.0.1
* No changes to logic. I goofed up the setup.py and 2.7 users are downloading diff cover 4.0 when that wont work (thanks jaraco for the fix!)
4.0.0
* Drops python 2.7 support * Adds option to ignore whitespace in a diff
3.0.1
* Updates a test around the json report that was flaking. This gets a release as some people run the tests from the packaged code
3.0.0
* Add Json report Thanks ThePletch! * Provide different errors for environment issues and tools not being installed Thanks ziafazal! * Update pyflakes regex to handle new format (I think it should still work for the older version but im bumping a major version to highlight a potentially breaking change)