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 @@ -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
You can’t perform that action at this time.
0 commit comments