Skip to content

Commit

Permalink
prepared the 2.18.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jan 21, 2021
1 parent 122c418 commit c68ff62
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v2.18.1
---------------------

* bug #5447 switch_case_semicolon_to_colon should skip match/default statements (derrabus)
* bug #5453 SingleSpaceAfterConstructFixer - better handling of closing parenthesis and brace (keradus)
* bug #5454 NullableTypeDeclarationForDefaultNullValueFixer - support property promotion via constructor (keradus)
* bug #5455 PhpdocToCommentFixer - add support for attributes (keradus)
* bug #5462 NullableTypeDeclarationForDefaultNullValueFixer - support union types (keradus)
* minor #5444 Fix PHP version number in PHP54MigrationSet description (jdreesen, keradus)
* minor #5445 DX: update usage of old TraversableContains in tests (keradus)
* minor #5456 DX: Fix CiIntegrationTest (keradus)
* minor #5457 CI: fix params order (keradus)
* minor #5458 CI: fix migration workflow (keradus)
* minor #5459 DX: cleanup PHP Migration rulesets (keradus)

Changelog for v2.18.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 @@ -34,7 +34,7 @@
*/
final class Application extends BaseApplication
{
const VERSION = '2.18.1-DEV';
const VERSION = '2.18.1';
const VERSION_CODENAME = 'Remote Void';

/**
Expand Down

0 comments on commit c68ff62

Please sign in to comment.