Skip to content

Commit 8a78727

Browse files
committed
Changelog for the release of version 1.3.0
1 parent 1d97517 commit 8a78727

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ This projects adheres to [Keep a CHANGELOG](http://keepachangelog.com/) and uses
99

1010
_Nothing yet._
1111

12+
## [1.3.0] - 2025-12-08
13+
14+
### Added
15+
- The following sniffs have been added to the ruleset:
16+
- `Universal.PHP.RequireExitDieParentheses`
17+
- `Universal.WhiteSpace.FirstClassCallableSpacing`
18+
- `Universal.Attributes.BracketSpacing`
19+
- `Universal.Attributes.DisallowAttributeParentheses`
20+
21+
### Changed
22+
- Various housekeeping.
23+
1224
## [1.2.0] - 2025-11-01
1325

1426
### Added
@@ -136,6 +148,7 @@ Initial release.
136148
[PHPCSExtra]: https://github.com/PHPCSStandards/PHPCSExtra
137149

138150
[Unreleased]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/main...HEAD
151+
[1.3.0]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.2.0...1.3.0
139152
[1.2.0]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.6...1.2.0
140153
[1.1.6]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.5...1.1.6
141154
[1.1.5]: https://github.com/PHPCSStandards/PHPCSDevCS/compare/1.1.4...1.1.5

0 commit comments

Comments
 (0)