Skip to content

Commit

Permalink
Changelog for PHPCSUtils 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Mar 17, 2024
1 parent c4d88f4 commit fafc5bf
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,34 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use

_Nothing yet._

## [1.0.10] - 2024-03-18

### Changed

#### Other

* Dropped support for [PHP_CodeSniffer] < 3.9.0. [#561]
Please ensure you run `composer update phpcsstandards/phpcsutils --with-dependencies` to benefit from this.
* Various housekeeping and documentation improvements.

### Deprecated

#### Utils

* `NamingConventions::AZ_UPPER` constant.
* `NamingConventions::AZ_LOWER` constant.

### Fixed

#### PHPCS BackCompat

* `BackCompat\Helper::getEncoding()`: PHP 8.4 deprecation notice [#568]
* `BackCompat\Helper::ignoreAnnotations()`: PHP 8.4 deprecation notice [#568]

[#561]: https://github.com/PHPCSStandards/PHPCSUtils/pull/561
[#563]: https://github.com/PHPCSStandards/PHPCSUtils/pull/563

Check failure on line 37 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Lint Markdown

Link and image reference definitions should be needed [Unused link or image reference definition: "#563"] [Context: "[#563]: https://github.com/PHP..."]

Check failure on line 37 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Lint Markdown

Link and image reference definitions should be needed [Unused link or image reference definition: "#563"] [Context: "[#563]: https://github.com/PHP..."]
[#568]: https://github.com/PHPCSStandards/PHPCSUtils/pull/568


## [1.0.9] - 2023-12-08

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


[Unreleased]: https://github.com/PHPCSStandards/PHPCSUtils/compare/stable...HEAD
[1.0.10]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.9...1.0.10
[1.0.9]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.8...1.0.9
[1.0.8]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.7...1.0.8
[1.0.7]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.6...1.0.7
Expand Down

0 comments on commit fafc5bf

Please sign in to comment.