Skip to content

Commit fb72452

Browse files
authored
Merge pull request #28 from PHPCSStandards/feature/changelog-1.1.4
Changelog for version 1.1.4
2 parents ce25de1 + d1f759b commit fb72452

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

CHANGELOG.md

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

1212

13-
## 1.1.3 - 2021-12-23
13+
## [1.1.4] - 2022-04-21
14+
15+
### Changed
16+
- A few PHP 8.1 token constant error codes for the `PHPCompatibility.Constants.NewConstants` sniff have been excluded as the constants have been backfilled by PHPCS.
17+
- README: Updated the installation instructions for [compatibility with Composer 2.2][composer22announce].
18+
- Various other housekeeping and minor documentation updates.
19+
20+
[composer22announce]: https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution
21+
22+
## [1.1.3] - 2021-12-23
1423

1524
### Changed
1625
- Updated the version constraints for [PHP_CodeSniffer] to `^3.6.2`.
@@ -19,18 +28,18 @@ _Nothing yet._
1928
### Fixed
2029
- To prevent conflicting expectations between a newly introduced PSR12 sniff and this ruleset as it was, the new `PSR12.Classes.OpeningBraceSpace` sniff will be ignored.
2130

22-
## 1.1.2 - 2020-12-01
31+
## [1.1.2] - 2020-12-01
2332

2433
### Changed
25-
- The few more token constant error codes for the `PHPCompatibility.Constants.NewConstants` sniff are excluded as the constants have been backfilled by PHPCS.
34+
- A few more token constant error codes for the `PHPCompatibility.Constants.NewConstants` sniff are excluded as the constants have been backfilled by PHPCS.
2635

27-
## 1.1.1 - 2020-09-03
36+
## [1.1.1] - 2020-09-03
2837

2938
### Changed
30-
- The few more token constant error codes for the `PHPCompatibility.Constants.NewConstants` and `PHPCompatibility.Constants.RemovedConstants` sniffs are excluded as the constants are, or soon will be, backfilled by PHPCS.
39+
- A few more token constant error codes for the `PHPCompatibility.Constants.NewConstants` and `PHPCompatibility.Constants.RemovedConstants` sniffs are excluded as the constants are, or soon will be, backfilled by PHPCS.
3140
- Updated the version constraints for the [PHPCompatibility] standard to allow for installing version `10.0` (currently in dev).
3241

33-
## 1.1.0 - 2020-09-03
42+
## [1.1.0] - 2020-09-03
3443

3544
### Added
3645
- Short array syntax is now required by default via the `Generic.Arrays.DisallowLongArraySyntax` sniff.
@@ -50,6 +59,7 @@ Initial release.
5059
[PHPCompatibility]: https://github.com/PHPCompatibility/PHPCompatibility
5160

5261
[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/master...HEAD
62+
[1.1.4]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.3...1.1.4
5363
[1.1.3]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.2...1.1.3
5464
[1.1.2]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.1...1.1.2
5565
[1.1.1]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.0...1.1.1

0 commit comments

Comments
 (0)