Skip to content

Commit

Permalink
prepared the 1.11.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jun 7, 2016
1 parent 7817c3b commit eeb280e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v1.11.4
---------------------

* bug #1956 SelfUpdateCommand - don't update to non-stable version (keradus)
* bug #1963 Fix not wanted unneeded_control_parentheses fixer for clone (Soullivaneuh)
* bug #1960 Fix invalid test cases (keradus)
* bug #1939 BracesFixer - fix handling comment around control token (keradus)
* minor #1927 NewWithBracesFixer - remove invalid testcase (keradus)

Changelog for v1.11.3
---------------------

Expand Down
2 changes: 1 addition & 1 deletion Symfony/CS/Fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
class Fixer
{
const VERSION = '1.11.4-DEV';
const VERSION = '1.11.4';

protected $fixers = array();
protected $configs = array();
Expand Down

0 comments on commit eeb280e

Please sign in to comment.