Skip to content

Commit 0d00bb1

Browse files
committed
Update CHANGELOG to 1.5.0
1 parent a585725 commit 0d00bb1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.5.0
4+
- [Add option to convert backslashes in path pattern to forward slashes](https://github.com/dorny/test-reporter/pull/128)
5+
- [Add option to generate only the summary from processed test results files](https://github.com/dorny/test-reporter/pull/123)
6+
37
## v1.4.3
48
- [Patch java-junit to handle missing time field](https://github.com/dorny/test-reporter/pull/115)
59
- [Fix dart-json parsing broken by print message](https://github.com/dorny/test-reporter/pull/114)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
path: ''
121121
122122
# The fast-glob library that is internally used interprets backslashes as escape characters.
123-
# If enabled, all backslashes in provided path will be replaced to forward slashes and act as directory separators.
123+
# If enabled, all backslashes in provided path will be replaced by forward slashes and act as directory separators.
124124
# It might be useful when path input variable is composed dynamically from existing directory paths on Windows.
125125
path-replace-backslashes: 'false'
126126

0 commit comments

Comments
 (0)