diff --git a/CHANGELOG.md b/CHANGELOG.md index 8869c611ac..1af57d98d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,14 @@ - Widespread accessibility improvements through `aria` attributes and matching form labels+IDs - The Array fieldtype is now full width by default. It makes it look better more of the time. [#2315](https://github.com/statamic/cms/issues/2315) - Filter badges are no longer forced to lowercase for selfish aesthetic purposes. There are many legitimate cases for case sensitivity. [#2219](https://github.com/statamic/cms/issues/2219) +- A bunch of form improvements. Fields are loopable, values are augmented like in entries, submission index and show views are prettier, and more. [#2326](https://github.com/statamic/cms/pull/2326) ### What's fixed - The link tag now properly prefixes URLs with the current site base url. [#2317](https://github.com/statamic/cms/issues/2317) - Super long Select field values no longer spill out of the box like when you have too much spaghetti in your back pocket and sit down. 🍝 [#2324](https://github.com/statamic/cms/issues/2324) - Non-reorderable Grid rows can now be deleted, as one would expect. [#2306](https://github.com/statamic/cms/issues/2306) +- A global variable named `title` will be used in templates, rather than the title of the set itself. [#2329](https://github.com/statamic/cms/issues/2329) +- PHP files can no longer be uploaded to asset containers. ## v3.0.2 (2020-08-27)