From 7d4c6d2a877904b43b344cc1eb45664a19011050 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Sun, 29 Jul 2018 05:50:12 -0700 Subject: [PATCH] typo --- CHANGELOG-v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.