* Fixes a bug where the report would be empty when pytest-xdist is used [40](https://github.com/pytest-dev/pytest-nunit/issues/40)
1.0.0
* Initial stable v1 release
0.6.0
* fix unicode escapes in cdata (39) * fix start/stop time calculation (42) * dropping support for python3.4 (45) * dropping support for old xdist versions (44)
0.5.3
* Bugfix - Fix time taken for tests under certain scenarios causing crash on pytest_sessionfinish
0.5.2
* Bugfix - Escape tabbed unicode characters from stdout feed from being in CDATA output
0.5.1
* Bugfix - Fixed cause of crash for tests that could be discovered but never executed