File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments