Skip to content

Commit e411b6e

Browse files
authored
Merge pull request #18 from PHPCSStandards/feature/changelog-1.1.3
Changelog for version 1.1.3
2 parents 2d4ff36 + 7845362 commit e411b6e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

1212

13+
## 1.1.3 - 2021-12-23
14+
15+
### Changed
16+
- Updated the version constraints for [PHP_CodeSniffer] to `^3.6.2`.
17+
- CI is now running on GitHub Actions.
18+
19+
### Fixed
20+
- 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.
21+
1322
## 1.1.2 - 2020-12-01
1423

1524
### Changed
@@ -37,9 +46,11 @@ _Nothing yet._
3746
Initial release.
3847

3948
[Dealerdirect Composer PHPCS plugin]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/
49+
[PHP_CodeSniffer]: https://github.com/squizlabs/php_codesniffer/
4050
[PHPCompatibility]: https://github.com/PHPCompatibility/PHPCompatibility
4151

4252
[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/master...HEAD
53+
[1.1.3]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.2...1.1.3
4354
[1.1.2]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.1...1.1.2
4455
[1.1.1]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.0...1.1.1
4556
[1.1.0]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.0.0...1.1.0

0 commit comments

Comments
 (0)