Skip to content

Commit

Permalink
prepared the 3.9.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jul 22, 2022
1 parent 2389f5c commit 4465d70
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.9.5
--------------------

* bug: AlternativeSyntaxAnalyzer - fix for nested else (#6495)
* bug: Fix cases related to binary strings (#6432)
* bug: Fix trailing whitespace after moving brace (#6489)
* bug: NoUnneededControlParenthesesFixer - Fix some curly close cases (#6502)
* bug: TypeColonTransformer - fix for backed enum types (#6494)
* DX: Add tests for type colon in backed enums (#6497)
* DX: Fix CI static analysis workflow (#6506)
* DX: Fix PHPStan errors (#6504)
* DX: Increase PHPStan level to 6 (#6468)
* DX: Narrow docblock types in Runner and Report (#6465)
* DX: Narrow docblock types in Tokenizer (#6293)
* minor: extract NoMultipleStatementsPerLineFixer from BracesFixer (#6458)
* minor: Let PhpdocLineSpan fixer detect docblocks when seperator from token with attribute (#6343)

Changelog for v3.9.4
--------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Expand Up @@ -39,7 +39,7 @@
*/
final class Application extends BaseApplication
{
public const VERSION = '3.9.5-DEV';
public const VERSION = '3.9.5';
public const VERSION_CODENAME = 'Grand Awaiting';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit 4465d70

Please sign in to comment.