diff --git a/en/08_Changelogs/6.2.0.md b/en/08_Changelogs/6.2.0.md index 3e557ddb..08463098 100644 --- a/en/08_Changelogs/6.2.0.md +++ b/en/08_Changelogs/6.2.0.md @@ -228,6 +228,7 @@ You can filter by the name and description of the campaign, its status, and the - On a [`MultiLinkField`](api:SilverStripe\LinkField\Form\MultiLinkField), you can now set the maximum number of links that can be set on that field. See the [linkfield configuration documentation](/optional_features/linkfield/configuration/) for details. - The [`DataObjectSchema::tableForField()`](api:SilverStripe\ORM\DataObjectSchema::tableForField()) method now uses a per-request in-memory cache to improve performance. If you adjust `DataObject` tables/fields mid-request, you may need to call `DataObject::getSchema()->reset()` after making those adjustments. +- The `silverstripe/framework` now allows `sebastian/diff` ^6, ^7, or ^8 to support projects using PHPUnit 12 or 13 instead of PHPUnit 11 which core uses. ## API changes