@@ -3,14 +3,19 @@ CHANGELOG for PHP CS Fixer
33
44This 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
1520Changelog 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+
6175Changelog for v2.16.5
6276---------------------
6377
0 commit comments