Skip to content

Commit 9ace3d3

Browse files
authored
Merge pull request #696 from PHPCSStandards/feature/changelog-1.1.1
Changelog for PHPCSUtils 1.1.1
2 parents c80d035 + f3f2a67 commit 9ace3d3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

1212

13+
## [1.1.1] - 2025-08-10
14+
15+
### Changed
16+
17+
#### TestUtils
18+
19+
* The [`PHPCSUtils\TestUtils\UtilityMethodTestCase`][`UtilityMethodTestCase`] now uses the PHP_CodeSniffer `LocalFile` instead of the `DummyFile` class under the hood. [#692]
20+
21+
### Fixed
22+
23+
#### TestUtils
24+
25+
* Prevent PHP 8.5 deprecation notices for `Reflection*::setAccessible()` in the [`PHPCSUtils\TestUtils\UtilityMethodTestCase`][`UtilityMethodTestCase`] and the [`PHPCSUtils\TestUtils\ConfigDouble`][`ConfigDouble`] classes. [#695]
26+
27+
[#692]: https://github.com/PHPCSStandards/PHPCSUtils/pull/692
28+
[#695]: https://github.com/PHPCSStandards/PHPCSUtils/pull/695
29+
30+
1331
## [1.1.0] - 2025-06-12
1432

1533
### Added
@@ -1221,6 +1239,7 @@ This initial alpha release contains the following utility classes:
12211239

12221240

12231241
[Unreleased]: https://github.com/PHPCSStandards/PHPCSUtils/compare/stable...HEAD
1242+
[1.1.1]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.1.0...1.1.1
12241243
[1.1.0]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.12...1.1.0
12251244
[1.0.12]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.11...1.0.12
12261245
[1.0.11]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.10...1.0.11

0 commit comments

Comments
 (0)