Skip to content

Commit

Permalink
Merge pull request #10 from PHPCSStandards/feature/changelog-1.1.0
Browse files Browse the repository at this point in the history
Changelog for version 1.1.0
  • Loading branch information
jrfnl authored Sep 3, 2020
2 parents f6914ef + d087b73 commit 3a57672
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,22 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
_Nothing yet._


## 1.1.0 - 2020-09-03

### Added
- Short array syntax is now required by default via the `Generic.Arrays.DisallowLongArraySyntax` sniff.

### Changed
- The `Squiz.PHP.NonExecutableCode.ReturnNotRequired` code is excluded to allow for a `return` statement in an otherwise empty function (typical use: overloadable methods in an abstract class).
- The `PHPCompatibility.Constants.NewConstants.t_fnFound` code is excluded as the constant is backfilled by PHPCS since PHPCS 3.5.3.
- Updated the version constraints for the [Dealerdirect Composer PHPCS plugin]. The minimum supported version is now `0.4.1`, while the maximum is `^0.7` (latest release).
- Updated the inline ruleset documentation.

## 1.0.0 - 2020-02-12

Initial release.

[Dealerdirect Composer PHPCS plugin]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/

[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.0.0...HEAD
[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.0...HEAD
[1.1.0]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.0.0...1.1.0

0 comments on commit 3a57672

Please sign in to comment.