diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6926a73..d9ca7f6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 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) +- [Fix: net-trx parser crashing on missing duration attribute](https://github.com/dorny/test-reporter/pull/86) + ## v1.3.0 - [Add support for java-junit](https://github.com/dorny/test-reporter/pull/80) - [Fix: Handle test reports with no test cases](https://github.com/dorny/test-reporter/pull/70) diff --git a/docs/README.md b/docs/README.md index 8dbefb3..ab98585 100644 --- a/docs/README.md +++ b/docs/README.md @@ -288,4 +288,4 @@ Unfortunately there are some known issues and limitations caused by GitHub API: ## License -The scripts and documentation in this project are released under the [MIT License](https://github.com/dorny/test-reporter/blob/master/LICENSE) +The scripts and documentation in this project are released under the [MIT License](https://github.com/dorny/test-reporter/blob/main/docs/LICENSE)