Skip to content

Commit a8cf679

Browse files
Update ChangeLog
1 parent 6db6de5 commit a8cf679

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.2] - 2023-MM-DD
6+
7+
### Fixed
8+
9+
* [#5567](https://github.com/sebastianbergmann/phpunit/issues/5567): Infinite recursion when recursive / self-referencing arrays are checked whether they contain only scalar values
10+
511
## [10.5.1] - 2023-12-01
612

713
### Fixed
@@ -25,5 +31,6 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi
2531

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

34+
[10.5.2]: https://github.com/sebastianbergmann/phpunit/compare/10.5.1...10.5
2835
[10.5.1]: https://github.com/sebastianbergmann/phpunit/compare/10.5.0...10.5.1
2936
[10.5.0]: https://github.com/sebastianbergmann/phpunit/compare/10.4.2...10.5.0

0 commit comments

Comments
 (0)