Skip to content

Commit 395b905

Browse files
authored
Merge pull request #569 from PHPCSStandards/feature/changelog-1.0.10
Changelog for PHPCSUtils 1.0.10
2 parents 1693250 + df6803f commit 395b905

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

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

1010
_Nothing yet._
1111

12+
## [1.0.10] - 2024-03-18
13+
14+
### Changed
15+
16+
#### Other
17+
18+
* Dropped support for [PHP_CodeSniffer] < 3.9.0. [#561]
19+
Please ensure you run `composer update phpcsstandards/phpcsutils --with-dependencies` to benefit from this.
20+
* Various housekeeping and documentation improvements.
21+
22+
### Deprecated
23+
24+
#### Utils
25+
26+
* `NamingConventions::AZ_UPPER` constant. [#563]
27+
* `NamingConventions::AZ_LOWER` constant. [#563]
28+
29+
### Fixed
30+
31+
#### PHPCS BackCompat
32+
33+
* `BackCompat\Helper::getEncoding()`: PHP 8.4 deprecation notice. [#568]
34+
* `BackCompat\Helper::ignoreAnnotations()`: PHP 8.4 deprecation notice. [#568]
35+
36+
[#561]: https://github.com/PHPCSStandards/PHPCSUtils/pull/561
37+
[#563]: https://github.com/PHPCSStandards/PHPCSUtils/pull/563
38+
[#568]: https://github.com/PHPCSStandards/PHPCSUtils/pull/568
39+
1240

1341
## [1.0.9] - 2023-12-08
1442

@@ -956,6 +984,7 @@ This initial alpha release contains the following utility classes:
956984

957985

958986
[Unreleased]: https://github.com/PHPCSStandards/PHPCSUtils/compare/stable...HEAD
987+
[1.0.10]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.9...1.0.10
959988
[1.0.9]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.8...1.0.9
960989
[1.0.8]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.7...1.0.8
961990
[1.0.7]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.6...1.0.7

0 commit comments

Comments
 (0)