Skip to content

Commit 9b3c72a

Browse files
Update ChangeLog
1 parent dbc052f commit 9b3c72a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

5+
## [11.4.3] - 2024-MM-DD
6+
7+
### Changed
8+
9+
* [#6010](https://github.com/sebastianbergmann/phpunit/pull/6010): Improve parameter name for `assertGreaterThan()`, `assertGreaterThanOrEqual()`, `assertLessThan()`, and `assertLessThanOrEqual()`
10+
511
## [11.4.2] - 2024-10-19
612

713
### Changed
@@ -44,6 +50,7 @@ All notable changes of the PHPUnit 11.4 release series are documented in this fi
4450
* [#5958](https://github.com/sebastianbergmann/phpunit/issues/5958): Support for `#[CoversTrait]` and `#[UsesTrait]` attributes
4551
* [#5960](https://github.com/sebastianbergmann/phpunit/issues/5960): Support for targeting trait methods with the `#[CoversMethod]` and `#[UsesMethod]` attributes (and respective annotations)
4652

53+
[11.4.3]: https://github.com/sebastianbergmann/phpunit/compare/11.4.2...11.4
4754
[11.4.2]: https://github.com/sebastianbergmann/phpunit/compare/11.4.1...11.4.2
4855
[11.4.1]: https://github.com/sebastianbergmann/phpunit/compare/11.4.0...11.4.1
4956
[11.4.0]: https://github.com/sebastianbergmann/phpunit/compare/11.3.6...11.4.0

0 commit comments

Comments
 (0)