Skip to content

Commit 5070cee

Browse files
authored
Merge pull request #457 from PHPCSStandards/feature/changelog-release-1.0.4
Changelog for PHPCSUtils 1.0.4
2 parents eed7c1b + b71236d commit 5070cee

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
@@ -9,6 +9,23 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
99

1010
_Nothing yet._
1111

12+
## [1.0.4] - 2023-04-15
13+
14+
### Changed
15+
16+
#### Other
17+
18+
* Minor documentation improvements.
19+
20+
### Fixed
21+
22+
#### Utils
23+
24+
* The `FunctionDeclarations::getParameters()` method will now correctly handle constructor promoted properties with `readonly`, but without explicit visibility set. [#456]
25+
26+
[#456]: https://github.com/PHPCSStandards/PHPCSUtils/pull/456
27+
28+
1229
## [1.0.3] - 2023-04-13
1330

1431
### Changed
@@ -822,6 +839,7 @@ This initial alpha release contains the following utility classes:
822839

823840

824841
[Unreleased]: https://github.com/PHPCSStandards/PHPCSUtils/compare/stable...HEAD
842+
[1.0.4]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.3...1.0.4
825843
[1.0.3]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.2...1.0.3
826844
[1.0.2]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.1...1.0.2
827845
[1.0.1]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.0...1.0.1

0 commit comments

Comments
 (0)