Update CHANGELOG.md

This commit is contained in:
Sam Georges 2014-09-29 10:27:03 +10:00
parent 17f282b126
commit da8e661102
1 changed files with 1 additions and 0 deletions

View File

@ -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.