@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
14141515 <active >yes</active >
1616 </lead >
17- <date >2014-09-26 </date >
18- <time >08:36 :00</time >
17+ <date >2014-10-16 </date >
18+ <time >10:22 :00</time >
1919 <version >
2020 <release >2.0.0RC3</release >
2121 <api >2.0.0RC3</api >
@@ -2268,6 +2268,40 @@ http://pear.php.net/dtd/package-2.0.xsd">
22682268 </filelist >
22692269 </phprelease >
22702270 <changelog >
2271+ <release >
2272+ <version >
2273+ <release >2.0.0RC3</release >
2274+ <api >2.0.0RC3</api >
2275+ </version >
2276+ <stability >
2277+ <release >beta</release >
2278+ <api >beta</api >
2279+ </stability >
2280+ <date >2014-10-16</date >
2281+ <license uri =" https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt" >BSD License</license >
2282+ <notes >
2283+ - Improved default output for PHPCBF and removed the options to print verbose and progress output
2284+ - If a .fixed file is supplied for a unit test file, the auto fixes will be checked against it during testing
2285+ -- See Generic ScopeIndentUnitTest.inc and ScopeIndentUnitTest.inc.fixed for an example
2286+ - Fixer token replacement methods now return TRUE if the change was accepted and FALSE if rejected
2287+ - The --config-show command now pretty-prints the config values
2288+ -- Thanks to Ken Guest for the patch
2289+ - Setting and removing config values now catches exceptions if the config file is not writable
2290+ -- Thanks to Ken Guest for the patch
2291+ - Setting and removing config values now prints a message to confirm the action and show old values
2292+ - Generic ScopeIndentSniff has been completly rewritten to improve fixing and embedded PHP detection
2293+ - Generic DisallowTabIndent and DisallowSpaceIndent sniffs now detect indents at the start of block comments
2294+ - Generic DisallowTabIndent and DisallowSpaceIndent sniffs now detect indents inside multi-line strings
2295+ - Generic DisallowTabIndentSniff now replaces tabs inside doc block comments
2296+ - Squiz ControlStructureSpacingSniff error codes have been corrected; they were reversed
2297+ - Squiz EmbeddedPhpSniff now checks open and close tag indents and fixes some errors
2298+ - Squiz FileCommentSniff no longer throws incorrect blank line before comment errors in JS files
2299+ - Squiz ClassDeclarationSniff now has better checking for blank lines after a closing brace
2300+ - Removed error Squiz.Classes.ClassDeclaration.NoNewlineAfterCloseBrace (request #285)
2301+ -- Already handled by Squiz.Classes.ClassDeclaration.CloseBraceSameLine
2302+ - Fixed bug #280 : The --config-show option generates error when there is no config file
2303+ </notes >
2304+ </release >
22712305 <release >
22722306 <version >
22732307 <release >2.0.0RC2</release >
0 commit comments