diff --git a/ChangeLog-9.6.md b/ChangeLog-9.6.md index b781ba242f2..36152362b8e 100644 --- a/ChangeLog-9.6.md +++ b/ChangeLog-9.6.md @@ -8,6 +8,7 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil * [#5516](https://github.com/sebastianbergmann/phpunit/issues/5516): Assertions that use the `LogicalNot` constraint (`assertNotEquals()`, `assertStringNotContainsString()`, ...) can generate confusing failure messages * [#5666](https://github.com/sebastianbergmann/phpunit/issues/5666): `--no-extensions` CLI option does not work +* [#5673](https://github.com/sebastianbergmann/phpunit/issues/5673): Confusing error message when migration of a configuration is requested that does not need to be migrated ## [9.6.15] - 2023-12-01