From 12a30df9cddcdedcbbb6c22d89e94707b95ab8a1 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 28 Dec 2020 13:55:28 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog-10.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog-10.0.md b/ChangeLog-10.0.md index fe04bf8e8b5..c7e5d7520e6 100644 --- a/ChangeLog-10.0.md +++ b/ChangeLog-10.0.md @@ -44,5 +44,6 @@ All notable changes of the PHPUnit 10.0 release series are documented in this fi * [#4564](https://github.com/sebastianbergmann/phpunit/issues/4564): Deprecate `withConsecutive()` * [#4567](https://github.com/sebastianbergmann/phpunit/issues/4567): Deprecate support for generators in `assertCount()` and `Count` constraint * Removed the `PHPUnit\Runner\TestSuiteLoader` interface +* Removed the `` XML configuration element and its children [10.0.0]: https://github.com/sebastianbergmann/phpunit/compare/9.5...master