Skip to content

Commit

Permalink
prepared the 1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed May 4, 2015
1 parent f6917fc commit 93c723f
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.8
------------------

* feature #1168 Added UnalignEqualsFixer (keradus)
* feature #1167 Added UnalignDoubleArrowFixer (keradus)
* bug #1169 ToolInfo - Fix way to find script dir (sp-ian-monge)
* minor #1181 composer.json - Update description (SpacePossum)
* minor #1180 create Tokens::overrideAt method (keradus)

Changelog for v1.7.1
--------------------

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.8-DEV';
const VERSION = '1.8';

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

0 comments on commit 93c723f

Please sign in to comment.