File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ CHANGELOG for PHP CS Fixer
3
3
4
4
This file contains changelogs for stable releases only.
5
5
6
+ Changelog for v2.17.1
7
+ ---------------------
8
+
9
+ * bug #5325 NoBreakCommentFixer - better throw handling (SpacePossum)
10
+ * bug #5327 StaticLambdaFixer - fix for arrow function used in class with $this (kubawerlos, SpacePossum)
11
+ * bug #5332 Fix file missing for php8 (jderusse)
12
+ * bug #5333 Fix file missing for php8 (jderusse)
13
+ * minor #5328 Fixed deprecation message version (GrahamCampbell)
14
+ * minor #5330 DX: cleanup Github Actions configs (kubawerlos)
15
+
6
16
Changelog for v2.17.0
7
17
---------------------
8
18
Original file line number Diff line number Diff line change 34
34
*/
35
35
final class Application extends BaseApplication
36
36
{
37
- const VERSION = '2.17.1-DEV ' ;
37
+ const VERSION = '2.17.1 ' ;
38
38
const VERSION_CODENAME = 'Desert Beast ' ;
39
39
40
40
/**
You can’t perform that action at this time.
0 commit comments