File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ This file contains changelogs for stable releases only.
6
6
Changelog for v2.16.8
7
7
---------------------
8
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 #5333 Fix file missing for php8 (jderusse)
12
+ * minor #5328 Fixed deprecation message version (GrahamCampbell)
13
+ * minor #5330 DX: cleanup Github Actions configs (kubawerlos)
14
+
15
+ Changelog for v2.16.9
16
+ ---------------------
17
+
9
18
* bug #5095 Annotation - fix for Windows line endings (SpacePossum)
10
19
* bug #5221 NoSuperfluousPhpdocTagsFixer - fix for single line PHPDoc (kubawerlos)
11
20
* bug #5225 TernaryOperatorSpacesFixer - fix for alternative control structures (kubawerlos)
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.16.9-DEV ' ;
37
+ const VERSION = '2.16.9 ' ;
38
38
const VERSION_CODENAME = 'Yellow Bird ' ;
39
39
40
40
/**
You can’t perform that action at this time.
0 commit comments