- additional fix for reporting slowest suites by DefaultReporter #270
- fixed the way DefaultReporter reports slowest suites #270
- fixed the way JUnitReporter calculates relative path #258
- SpecReporter do not print exception name any more (unless it is an test error) #264
- Fixed loading error caused by fix for #265 see #267 and #268 for more details.
- Fixed time reporting #265 contributed by brendandeere
- #261 fixed by #262 contributed by trabulmonkee
- JUnit reporter fixed to comply with JUnit spec (#257, #260 contributed by brettwgreen)
- MINITEST_REPORTER env variable can be used to override reporter #256 (contributed by brettwgreen)
- junit reporter changed to support mintest >= 5.11 #252 (contributed by Kevinrob)
- all reporters changed to be compatible with minitest >= 5.11 (if not - report a bug ;)
- fixed uninitialized time in junit reporter #251
- format option added to progress reporter #240 (contributed by jorgesmu)
- improved output of junit reporter #245 (contributed by jules2689)
- Reverted #236 (it creates too many problems)
- Fixed problem with handling SIGINFO #231 (contributed by joshpencheon)