Skip to content

Commit 9ab2750

Browse files
committed
Changelog for PRs #72 and #76
1 parent 490078e commit 9ab2750

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
99
### Fixed
1010

1111
- Bug fix: make Phar file run independently of project under scan [#63] from [@jrfnl].
12+
- Bug fix: checkstyle report could contain invalid XML due to insufficient output escaping [#72] from [@gmazzap].
1213
- Fix Phar building [#70] from [@jrfnl].
1314
- GH Actions: testing against PHP 8.2 [#74] from [@grogy]
1415

1516
### Internal
1617

1718
- Welcome [@jrfnl] as a new maintainer [#32]
18-
- GH Actions: set error reporting to E_ALL [#65] from [@jrfnl].
19+
- GH Actions: set error reporting to E_ALL [#65], [#76] from [@jrfnl].
1920
- GH Actions: fix failing tests on PHP 5.3-5.5 [#71] from [@jrfnl] and [@villfa]
21+
- GH Actions: auto-cancel concurrent builds [#76] from [@jrfnl].
2022

2123
[Unreleased]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.0...HEAD
2224

@@ -25,7 +27,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2527
[#65]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/65
2628
[#70]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/70
2729
[#71]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/71
30+
[#72]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/72
2831
[#74]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/74
32+
[#76]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/76
2933

3034
## [1.3.1] - 2021-08-13
3135

@@ -119,6 +123,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
119123
[@OndraM]: https://github.com/OndraM
120124
[@arxeiss]: https://github.com/arxeiss
121125
[@glensc]: https://github.com/glensc
126+
[@gmazzap]: https://github.com/gmazzap
122127
[@jankonas]: https://github.com/jankonas
123128
[@jrfnl]: https://github.com/jrfnl
124129
[@mfn]: https://github.com/mfn

0 commit comments

Comments
 (0)