Skip to content

Commit 1d079a3

Browse files
Update ChangeLog
1 parent 04a54e0 commit 1d079a3

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.21] - 2024-MM-DD
6+
7+
### Changed
8+
9+
* [#5861](https://github.com/sebastianbergmann/phpunit/pull/5861): Destroy `TestCase` object after its test was run
10+
511
## [10.5.20] - 2024-04-24
612

713
* [#5771](https://github.com/sebastianbergmann/phpunit/issues/5771): JUnit XML logger may crash when test that is run in separate process exits unexpectedly
@@ -204,6 +210,7 @@ All notable changes of the PHPUnit 10.5 release series are documented in this fi
204210

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

213+
[10.5.21]: https://github.com/sebastianbergmann/phpunit/compare/10.5.20...10.5
207214
[10.5.20]: https://github.com/sebastianbergmann/phpunit/compare/10.5.19...10.5.20
208215
[10.5.19]: https://github.com/sebastianbergmann/phpunit/compare/10.5.18...10.5.19
209216
[10.5.18]: https://github.com/sebastianbergmann/phpunit/compare/10.5.17...10.5.18

0 commit comments

Comments
 (0)