Skip to content

Commit e9fda20

Browse files
authored
Merge pull request #460 from PHPCSStandards/feature/changelog-1.0.5
Changelog for PHPCSUtils 1.0.5
2 parents ef0e9d6 + 9bbf6dc commit e9fda20

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

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

1010
_Nothing yet._
1111

12+
## [1.0.5] - 2023-04-17
13+
14+
### Fixed
15+
16+
#### Utils
17+
18+
* The `Lists::getAssignments()` method could previously get confused over exotic list keys. Fixed now. [#459]
19+
20+
[#459]: https://github.com/PHPCSStandards/PHPCSUtils/pull/459
21+
22+
1223
## [1.0.4] - 2023-04-15
1324

1425
### Changed
@@ -839,6 +850,7 @@ This initial alpha release contains the following utility classes:
839850

840851

841852
[Unreleased]: https://github.com/PHPCSStandards/PHPCSUtils/compare/stable...HEAD
853+
[1.0.5]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.4...1.0.5
842854
[1.0.4]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.3...1.0.4
843855
[1.0.3]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.2...1.0.3
844856
[1.0.2]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.1...1.0.2

0 commit comments

Comments
 (0)