Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions en/08_Changelogs/6.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down