Skip to content

Commit

Permalink
Improved the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Oct 9, 2019
1 parent e10743c commit 33af624
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
<notes>
- Verbose diff report output has slightly changed to improve readability
-- Fully qualified class names are now replaced with sniff codes
- Very very verbose diff report output has slightly changed to improve readability
-- Output is printed when running PHPCS with the --report=diff and -vvv command line arguments
-- Fully qualified class names have been replaced with sniff codes
-- Tokens being changed now display the line number they are on
- PSR12.Files.FileHeader no longer ignores comments preceding a use, namespace, or declare statement
- PSR12.Files.FileHeader now allows a hashbang line at the top of the file
Expand Down

0 comments on commit 33af624

Please sign in to comment.