diff --git a/CHANGELOG-v3.md b/CHANGELOG-v3.md index d7f1d8643b5..123c43ed90c 100644 --- a/CHANGELOG-v3.md +++ b/CHANGELOG-v3.md @@ -71,7 +71,7 @@ ### Changed - Craft no longer relies on ImageMagick or GD to define the image formats that should be considered manipulatable. ([#2408](https://github.com/craftcms/cms/issues/2408)) - Removed the `showBetaUpdates` config setting as it’s no longer being used. -- When uploading a file to an Asset field, Craft will automatically sort the file list to show the latest uploads first. ([#2812](https://github.com/craftcms/cms/issues/2812)) +- When uploading a file to an Assets field, Craft will automatically sort the file list to show the latest uploads first. ([#2812](https://github.com/craftcms/cms/issues/2812)) - `dateCreated`, `dateUpdated`, `postDate`, `expiryDate`, `after`, and `before` element query params can new be set to `DateTime` objects. - Matrix fields now auto-focus the first text input within newly-created Matrix blocks. ([#3104](https://github.com/craftcms/cms/issues/3104)) - Updated Twig to 2.5.0.