Skip to content

Commit 7dd27dd

Browse files
committed
prepared the 2.16.10 release
1 parent 5e9a615 commit 7dd27dd

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@ CHANGELOG for PHP CS Fixer
33

44
This file contains changelogs for stable releases only.
55

6-
Changelog for v2.16.8
7-
---------------------
6+
Changelog for v2.16.10
7+
----------------------
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)
9+
* minor #5314 Enable testing with PHPUnit 9.x (sanmai)
10+
* minor #5338 clean ups (SpacePossum)
11+
* minor #5339 NoEmptyStatementFixer - fix more cases (SpacePossum)
12+
* minor #5340 NamedArgumentTransformer - Introduction (SpacePossum)
13+
* minor #5344 Update docs: do not use deprecated create method (SpacePossum)
14+
* minor #5356 RuleSet description fixes (SpacePossum)
15+
* minor #5360 DX: clean up detectIndent methods (kubawerlos)
16+
* minor #5370 DX: update PHPUnit usage to use external Prophecy trait and solve warning (keradus)
17+
* minor #5373 DX: MagicMethodCasingFixerTest - fix test case description (keradus)
18+
* minor #5374 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for non-default config (keradus)
1419

1520
Changelog for v2.16.9
1621
---------------------
@@ -58,6 +63,15 @@ Changelog for v2.16.9
5863
* minor #5316 PHP8 - Attribute support (SpacePossum)
5964
* minor #5321 DX: little code grooming (keradus)
6065

66+
Changelog for v2.16.8
67+
---------------------
68+
69+
* bug #5325 NoBreakCommentFixer - better throw handling (SpacePossum)
70+
* bug #5327 StaticLambdaFixer - fix for arrow function used in class with $this (kubawerlos, SpacePossum)
71+
* bug #5333 Fix file missing for php8 (jderusse)
72+
* minor #5328 Fixed deprecation message version (GrahamCampbell)
73+
* minor #5330 DX: cleanup Github Actions configs (kubawerlos)
74+
6175
Changelog for v2.16.5
6276
---------------------
6377

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.10-DEV';
37+
const VERSION = '2.16.10';
3838
const VERSION_CODENAME = 'Yellow Bird';
3939

4040
/**

0 commit comments

Comments
 (0)