File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ CHANGELOG for PHP CS Fixer
33
44This file contains changelogs for stable releases only.
55
6+ Changelog for v3.89.2
7+ ---------------------
8+
9+ * fix: ` NoUnneededBracesFixer ` - do not crash on multiline group import (#9160 )
10+ * chore: Standardize repository to use British English spelling (#9154 )
11+ * CI: ensure enforced Symfony version is installed (#9174 )
12+ * deps: bump php-coveralls to v2.9 (#9173 )
13+ * refactor: FixerDocumentGenerator::getSetsOfRule - cache resolved sets (#9170 )
14+ * refactor: FixerDocumentGenerator::getSetsOfRule - use cache (#9171 )
15+
616Changelog for v3.89.1
717---------------------
818
Original file line number Diff line number Diff line change 4848final class Application extends BaseApplication
4949{
5050 public const NAME = 'PHP CS Fixer ' ;
51- public const VERSION = '3.89.2-DEV ' ;
51+ public const VERSION = '3.89.2 ' ;
5252 public const VERSION_CODENAME = 'Folding Bike ' ;
5353
5454 /**
You can’t perform that action at this time.
0 commit comments