@@ -9,14 +9,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
9
9
### Fixed
10
10
11
11
- 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 ] .
12
13
- Fix Phar building [ #70 ] from [ @jrfnl ] .
13
14
- GH Actions: testing against PHP 8.2 [ #74 ] from [ @grogy ]
14
15
15
16
### Internal
16
17
17
18
- 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 ] .
19
20
- 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 ] .
20
22
21
23
[ Unreleased ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.0...HEAD
22
24
@@ -25,7 +27,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
25
27
[ #65 ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/65
26
28
[ #70 ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/70
27
29
[ #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
28
31
[ #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
29
33
30
34
## [ 1.3.1] - 2021-08-13
31
35
@@ -119,6 +123,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
119
123
[ @OndraM ] : https://github.com/OndraM
120
124
[ @arxeiss ] : https://github.com/arxeiss
121
125
[ @glensc ] : https://github.com/glensc
126
+ [ @gmazzap ] : https://github.com/gmazzap
122
127
[ @jankonas ] : https://github.com/jankonas
123
128
[ @jrfnl ] : https://github.com/jrfnl
124
129
[ @mfn ] : https://github.com/mfn
0 commit comments