File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [ Unreleased]
8
8
9
+ [ Unreleased ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.0...HEAD
10
+
11
+ ## [ 1.3.1] - 2021-08-13
12
+
9
13
### Added
10
14
11
15
- Extend by the Code Climate output format [ #50 ] from [ @lukas9393 ] .
12
16
17
+ ### Fixed
18
+
19
+ - PHP 8.1: silence the deprecation notices about missing return types [ #64 ] from [ @jrfnl ] .
20
+
13
21
### Internal
14
22
15
23
- Reformat changelog to use reflinks in changelog entries [ #58 ] from [ @glensc ] .
16
24
17
- [ Unreleased ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.0...HEAD
25
+ [ 1.3.1 ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.0...1.3.1
18
26
19
27
[ #50 ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/50
20
28
[ #58 ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/58
29
+ [ #64 ] : https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/64
21
30
22
31
## [ 1.3.0] - 2021-04-07
23
32
Original file line number Diff line number Diff line change 4
4
5
5
class Application
6
6
{
7
- const VERSION = '1.3.0 ' ;
7
+ const VERSION = '1.3.1 ' ;
8
8
9
9
// Return codes
10
10
const SUCCESS = 0 ,
You can’t perform that action at this time.
0 commit comments