Skip to content

Commit 53d3d5c

Browse files
committed
Changelog for PHPCSUtils 1.0.3
1 parent c0b92f7 commit 53d3d5c

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.3] - 2023-04-13
13+
14+
### Changed
15+
16+
#### Other
17+
18+
* Various small housekeeping and maintenance updates.
19+
20+
### Fixed
21+
22+
#### Utils
23+
24+
* The `PassedParameters` class now allows for function calls to global functions called `self()`, `parent()` or `static()`. [#452]
25+
26+
[#452]: https://github.com/PHPCSStandards/PHPCSUtils/pull/452
27+
28+
1229
## [1.0.2] - 2023-03-28
1330

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

806823

807824
[Unreleased]: https://github.com/PHPCSStandards/PHPCSUtils/compare/stable...HEAD
825+
[1.0.3]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.2...1.0.3
808826
[1.0.2]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.1...1.0.2
809827
[1.0.1]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.0...1.0.1
810828
[1.0.0]: https://github.com/PHPCSStandards/PHPCSUtils/compare/1.0.0-rc1...1.0.0

0 commit comments

Comments
 (0)