Skip to content

Commit 3f3f4b9

Browse files
Update ChangeLog
1 parent 5e78d42 commit 3f3f4b9

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.1] - 2024-MM-DD
6+
7+
### Fixed
8+
9+
* [#5977](https://github.com/sebastianbergmann/phpunit/pull/5977): TestDox result collector does not correctly handle baseline-ignored `E_DEPRECATED` issues
10+
511
## [11.4.0] - 2024-10-05
612

713
### Changed
@@ -23,4 +29,5 @@ All notable changes of the PHPUnit 11.4 release series are documented in this fi
2329
* [#5958](https://github.com/sebastianbergmann/phpunit/issues/5958): Support for `#[CoversTrait]` and `#[UsesTrait]` attributes
2430
* [#5960](https://github.com/sebastianbergmann/phpunit/issues/5960): Support for targeting trait methods with the `#[CoversMethod]` and `#[UsesMethod]` attributes (and respective annotations)
2531

32+
[11.4.1]: https://github.com/sebastianbergmann/phpunit/compare/11.4.0...11.4
2633
[11.4.0]: https://github.com/sebastianbergmann/phpunit/compare/11.3.6...11.4.0

0 commit comments

Comments
 (0)