Skip to content

Commit

Permalink
Prepare for 2.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Apr 28, 2015
1 parent 6cb629c commit e96d857
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>gsherwood@squiz.net</email>
<active>yes</active>
</lead>
<date>2015-04-23</date>
<time>13:39:00</time>
<date>2015-04-29</date>
<time>09:27:00</time>
<version>
<release>2.3.2</release>
<api>2.3.2</api>
Expand Down Expand Up @@ -2332,6 +2332,27 @@ http://pear.php.net/dtd/package-2.0.xsd">
</filelist>
</phprelease>
<changelog>
<release>
<version>
<release>2.3.2</release>
<api>2.3.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-04-29</date>
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
<notes>
- The error message for PSR2.ControlStructures.SwitchDeclaration.WrongOpenercase is now clearer (request #579)
- Fixed bug #545 : Long list of CASE statements can cause tokenizer to reach a depth limit
- Fixed bug #565 : Squiz.WhiteSpace.OperatorSpacing reports negative number in short array
-- Thanks to Vašek Purchart for the patch
-- Same fix also applied to Squiz.Formatting.OperatorBracket
- Fixed bug #569 : Generic ScopeIndentSniff throws PHP notices in JS files
- Fixed bug #570 : Phar class fatals in PHP less than 5.3
</notes>
</release>
<release>
<version>
<release>2.3.1</release>
Expand Down

0 comments on commit e96d857

Please sign in to comment.