Skip to content

Commit 3d0f843

Browse files
committed
prepared the 2.16.9 release
1 parent 69b97fc commit 3d0f843

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ This file contains changelogs for stable releases only.
66
Changelog for v2.16.8
77
---------------------
88

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+
918
* bug #5095 Annotation - fix for Windows line endings (SpacePossum)
1019
* bug #5221 NoSuperfluousPhpdocTagsFixer - fix for single line PHPDoc (kubawerlos)
1120
* bug #5225 TernaryOperatorSpacesFixer - fix for alternative control structures (kubawerlos)

src/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
final class Application extends BaseApplication
3636
{
37-
const VERSION = '2.16.9-DEV';
37+
const VERSION = '2.16.9';
3838
const VERSION_CODENAME = 'Yellow Bird';
3939

4040
/**

0 commit comments

Comments
 (0)