Skip to content

Commit 5198b73

Browse files
committed
prepared the 2.17.1 release
1 parent 5f9967d commit 5198b73

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ CHANGELOG for PHP CS Fixer
33

44
This file contains changelogs for stable releases only.
55

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+
616
Changelog for v2.17.0
717
---------------------
818

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.17.1-DEV';
37+
const VERSION = '2.17.1';
3838
const VERSION_CODENAME = 'Desert Beast';
3939

4040
/**

0 commit comments

Comments
 (0)