From 0d00bb14cb0cc2c9b8985df6e81dd333188224e1 Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Tue, 22 Jun 2021 22:43:05 +0200 Subject: [PATCH] Update CHANGELOG to 1.5.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 476c2a76..bb122899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.5.0 +- [Add option to convert backslashes in path pattern to forward slashes](https://github.com/dorny/test-reporter/pull/128) +- [Add option to generate only the summary from processed test results files](https://github.com/dorny/test-reporter/pull/123) + ## v1.4.3 - [Patch java-junit to handle missing time field](https://github.com/dorny/test-reporter/pull/115) - [Fix dart-json parsing broken by print message](https://github.com/dorny/test-reporter/pull/114) diff --git a/README.md b/README.md index e8f6605c..a2d2d4a0 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ jobs: path: '' # The fast-glob library that is internally used interprets backslashes as escape characters. - # If enabled, all backslashes in provided path will be replaced to forward slashes and act as directory separators. + # If enabled, all backslashes in provided path will be replaced by forward slashes and act as directory separators. # It might be useful when path input variable is composed dynamically from existing directory paths on Windows. path-replace-backslashes: 'false'