Skip to content

Commit 004a3cf

Browse files
authored
Merge pull request #486 from PHPCSStandards/feature/changelog-1.0.7
Changelog for PHPCSUtils 1.0.7
2 parents 9cef48d + d81a38f commit 004a3cf

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

1212

13+
## [1.0.7] - 2023-07-10
14+
15+
### Changed
16+
17+
#### Other
18+
19+
* Various housekeeping and maintenance updates, including making the test suite compatible with PHPUnit 10.
20+
21+
### Fixed
22+
23+
#### Utils
24+
25+
* The `Arrays::getDoubleArrowPtr()` method could previously get confused over a double arrow in a keyed lists used as an array value. [#485]
26+
27+
[#485]: https://github.com/PHPCSStandards/PHPCSUtils/pull/485
28+
29+
1330
## [1.0.6] - 2023-05-27
1431

1532
### Changed
@@ -889,6 +906,7 @@ This initial alpha release contains the following utility classes:
889906

890907

891908
[Unreleased]: https://github.com/PHPCSStandards/PHPCSUtils/compare/stable...HEAD
909+
[1.0.7]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.6...1.0.7
892910
[1.0.6]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.5...1.0.6
893911
[1.0.5]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.4...1.0.5
894912
[1.0.4]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.3...1.0.4

0 commit comments

Comments
 (0)