Skip to content

Commit 6de2ea7

Browse files
Update ChangeLog
1 parent 5462eb5 commit 6de2ea7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

5+
## [9.6.16] - 2024-MM-DD
6+
7+
### Fixed
8+
9+
* [#5516](https://github.com/sebastianbergmann/phpunit/issues/5516): Assertions that use the `LogicalNot` constraint (`assertNotEquals()`, `assertStringNotContainsString()`, ...) can generate confusing failure messages
10+
511
## [9.6.15] - 2023-12-01
612

713
### Fixed
@@ -107,6 +113,7 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
107113
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
108114
* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes
109115

116+
[9.6.16]: https://github.com/sebastianbergmann/phpunit/compare/9.6.15...9.6
110117
[9.6.15]: https://github.com/sebastianbergmann/phpunit/compare/9.6.14...9.6.15
111118
[9.6.14]: https://github.com/sebastianbergmann/phpunit/compare/9.6.13...9.6.14
112119
[9.6.13]: https://github.com/sebastianbergmann/phpunit/compare/9.6.12...9.6.13

0 commit comments

Comments
 (0)