Browse Source

prepared the 2.17.3 release

Dariusz Ruminski 4 years ago
parent
commit
bd32f5dd72
2 changed files with 12 additions and 1 deletions
  1. 11 0
      CHANGELOG.md
  2. 1 1
      src/Console/Application.php

+ 11 - 0
CHANGELOG.md

@@ -3,6 +3,17 @@ CHANGELOG for PHP CS Fixer
 
 This file contains changelogs for stable releases only.
 
+Changelog for v2.17.3
+---------------------
+
+* bug #5384 PsrAutoloadingFixer - do not remove directory structure from the Class name (kubawerlos, keradus)
+* bug #5385 SingleLineCommentStyleFixer- run before NoUselessReturnFixer (kubawerlos)
+* bug #5387 SingleSpaceAfterConstructFixer - do not touch multi line implements (SpacePossum)
+* minor #5329 DX: collect coverage with Github Actions (kubawerlos)
+* minor #5380 PhpdocOrderByValueFixer - Allow sorting of throws annotations by value (localheinz, keradus)
+* minor #5383 DX: fail PHPUnit tests on warning (kubawerlos)
+* minor #5386 DX: remove incorrect priority relations (kubawerlos)
+
 Changelog for v2.17.2
 ---------------------
 

+ 1 - 1
src/Console/Application.php

@@ -34,7 +34,7 @@ use Symfony\Component\Console\Output\OutputInterface;
  */
 final class Application extends BaseApplication
 {
-    const VERSION = '2.17.3-DEV';
+    const VERSION = '2.17.3';
     const VERSION_CODENAME = 'Desert Beast';
 
     /**