Skip to content

Commit 3a57672

Browse files
authored
Merge pull request #10 from PHPCSStandards/feature/changelog-1.1.0
Changelog for version 1.1.0
2 parents f6914ef + d087b73 commit 3a57672

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,22 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
1010
_Nothing yet._
1111

1212

13+
## 1.1.0 - 2020-09-03
14+
15+
### Added
16+
- Short array syntax is now required by default via the `Generic.Arrays.DisallowLongArraySyntax` sniff.
17+
18+
### Changed
19+
- 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).
20+
- The `PHPCompatibility.Constants.NewConstants.t_fnFound` code is excluded as the constant is backfilled by PHPCS since PHPCS 3.5.3.
21+
- 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).
22+
- Updated the inline ruleset documentation.
23+
1324
## 1.0.0 - 2020-02-12
1425

1526
Initial release.
1627

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

18-
[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.0.0...HEAD
30+
[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.0...HEAD
31+
[1.1.0]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.0.0...1.1.0

0 commit comments

Comments
 (0)