Skip to content

Commit afd1715

Browse files
Update ChangeLog
1 parent 4a59281 commit afd1715

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog-11.2.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 11.2 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [11.2.2] - 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
## [11.2.1] - 2024-06-11
612

713
### Fixed
@@ -21,5 +27,6 @@ All notable changes of the PHPUnit 11.2 release series are documented in this fi
2127

2228
* [#5800](https://github.com/sebastianbergmann/phpunit/issues/5800): Support for targeting traits with `#[CoversClass]` and `#[UsesClass]` attributes
2329

30+
[11.2.2]: https://github.com/sebastianbergmann/phpunit/compare/11.2.1...11.2
2431
[11.2.1]: https://github.com/sebastianbergmann/phpunit/compare/11.2.0...11.2.1
2532
[11.2.0]: https://github.com/sebastianbergmann/phpunit/compare/11.1.3...11.2.0

0 commit comments

Comments
 (0)