From 6eb69469b758a29d111c5afcf6e832e7b9cd52aa Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 18 Jan 2024 17:55:27 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog-9.6.md | 1 + 1 file changed, 1 insertion(+) 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