Skip to content

Commit f3f2a67

Browse files
committed
Changelog for PHPCSUtils 1.1.1
1 parent c80d035 commit f3f2a67

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)