Skip to content

Commit

Permalink
prepared the 2.17.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 17, 2020
1 parent dd365d2 commit aaee4f3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v2.17.2
---------------------

* bug #5345 CleanNamespaceFixer - preserve traling comments (SpacePossum)
* bug #5348 PsrAutoloadingFixer - fix for class without namespace (kubawerlos)
* bug #5362 SingleSpaceAfterConstructFixer: Do not adjust whitespace before multiple multi-line extends (localheinz, SpacePossum)
* minor #5314 Enable testing with PHPUnit 9.x (sanmai)
* minor #5319 Clean ups (SpacePossum)
* minor #5338 clean ups (SpacePossum)
* minor #5339 NoEmptyStatementFixer - fix more cases (SpacePossum)
* minor #5340 NamedArgumentTransformer - Introduction (SpacePossum)
* minor #5344 Update docs: do not use deprecated create method (SpacePossum)
* minor #5353 Fix typo in issue template (stof)
* minor #5355 OrderedTraitsFixer - mark as risky (SpacePossum)
* minor #5356 RuleSet description fixes (SpacePossum)
* minor #5359 Add application version to "fix" out put when verbosity flag is set (SpacePossum)
* minor #5360 DX: clean up detectIndent methods (kubawerlos)
* minor #5363 Added missing self return type to ConfigInterface::registerCustomFixers() (vudaltsov)
* minor #5366 PhpUnitDedicateAssertInternalTypeFixer - recover target option (keradus)
* minor #5368 DX: PHPUnit 9 compatibility for 2.17 (keradus)
* minor #5370 DX: update PHPUnit usage to use external Prophecy trait and solve warning (keradus)
* minor #5371 Update documentation about PHP_CS_FIXER_IGNORE_ENV (SanderSander, keradus)
* minor #5373 DX: MagicMethodCasingFixerTest - fix test case description (keradus)
* minor #5374 DX: PhpUnitDedicateAssertInternalTypeFixer - add code sample for non-default config (keradus)

Changelog for v2.17.1
---------------------

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.17.2-DEV';
const VERSION = '2.17.2';
const VERSION_CODENAME = 'Desert Beast';

/**
Expand Down

0 comments on commit aaee4f3

Please sign in to comment.