Skip to content

Commit dbd762d

Browse files
Update ChangeLog
1 parent 9b127f5 commit dbd762d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog-10.5.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes of the PHPUnit 10.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [10.5.3] - 2023-MM-DD
6+
7+
### Fixed
8+
9+
* [#5614](https://github.com/sebastianbergmann/phpunit/issues/5614): Infinite recursion when data provider provides recursive array
10+
511
## [10.5.2] - 2023-12-05
612

713
### Fixed
@@ -32,6 +38,7 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi
3238

3339
* [#5563](https://github.com/sebastianbergmann/phpunit/issues/5563): `createMockForIntersectionOfInterfaces()` does not automatically register mock object for expectation verification
3440

41+
[10.5.3]: https://github.com/sebastianbergmann/phpunit/compare/10.5.2...10.5
3542
[10.5.2]: https://github.com/sebastianbergmann/phpunit/compare/10.5.1...10.5.2
3643
[10.5.1]: https://github.com/sebastianbergmann/phpunit/compare/10.5.0...10.5.1
3744
[10.5.0]: https://github.com/sebastianbergmann/phpunit/compare/10.4.2...10.5.0

0 commit comments

Comments
 (0)