From da8e661102d0c3c04cb5a0d3a282734767ddc626 Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Mon, 29 Sep 2014 10:27:03 +1000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e7063362..8b185fd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Added new `hint` form field type (see Backend > Forms docs). - Added new `containerAttributes` property to form fields (see Backend > Forms docs). - Field attributes have had an API change `$field->attributes` should now be `$field->getAttributes()`. + - Added scheduled console commands (see Help > Console docs). * **Build 145** (2014-09-13) - Standard setting pages now have **Save** and **Save and Close** buttons.