Skip to content

Commit

Permalink
prepared the 3.9.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Aug 17, 2022
1 parent 32cf09e commit 3615a19
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.9.6
--------------------

* bug: BinaryOperatorSpacesFixer: Solve issues with scoped arrow and equal alignments (#6515)
* bug: Fix 3 weird behavior about BinaryOperatorSpacesFixer (#6450)
* docs: Add intersection type to types_spaces rule description (#6479)
* DX: no need to use forked diff anymore (#6526)
* DX: remove unused FixerFileProcessedEvent::STATUS_UNKNOWN (#6516)
* Improve `statement_indentation` compatibility with `braces` (#6401)
* minor: add test: multi-line comments before else indented correctly. (#3573)
* minor: ReturnAssignmentFixer - Support for anonymous classes, lambda and match (#6391)

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

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

private ToolInfo $toolInfo;
Expand Down

0 comments on commit 3615a19

Please sign in to comment.