Skip to content

Commit

Permalink
prepared the 3.46.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jan 3, 2024
1 parent 8d6b23e commit be6831c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.46.0
---------------------

* chore: fix internal typehints in Tokens (#7656)
* chore: reduce PHPStan baseline (#7643)
* docs: Show class with unit tests and BC promise info (#7667)
* feat: change default ruleset to `@PER-CS` (only behind PHP_CS_FIXER_FUTURE_MODE=1) (#7650)
* feat: Support new/instanceof/use trait in `fully_qualified_strict_types` (#7653)
* fix: FQCN parse phpdoc using full grammar regex (#7649)
* fix: Handle FQCN properly with `leading_backslash_in_global_namespace` option enabled (#7654)
* fix: PhpdocToParamTypeFixerTest - support for arrow functions (#7647)
* fix: PHP_CS_FIXER_FUTURE_MODE - proper boolean validation (#7651)

Changelog for v3.45.0
---------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*/
final class Application extends BaseApplication
{
public const VERSION = '3.45.1-DEV';
public const VERSION = '3.46.0';
public const VERSION_CODENAME = 'Three Keys';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit be6831c

Please sign in to comment.