Update CHANGELOG for v1.4.0

This commit is contained in:
Michal Dorner 2021-04-20 00:05:12 +02:00
parent d39bdea68c
commit c74b76e916
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786

View file

@ -1,5 +1,11 @@
# Changelog
## v1.4.0
- [Add support for mocha-json](https://github.com/dorny/test-reporter/pull/90)
- [Use full URL to fix navigation from summary to suite details](https://github.com/dorny/test-reporter/pull/89)
- [New report rendering with code blocks instead of tables](https://github.com/dorny/test-reporter/pull/88)
- [Improve test error messages from flutter](https://github.com/dorny/test-reporter/pull/87)
## v1.3.1
- [Fix: parsing of .NET duration string without milliseconds](https://github.com/dorny/test-reporter/pull/84)
- [Fix: dart-json - remove group name from test case names](https://github.com/dorny/test-reporter/pull/85)