Update CHANGELOG.md

This commit is contained in:
Sam Georges 2014-10-04 16:02:16 +10:00
parent 5c46dbec32
commit 1388d6fba6
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
* **Build 15x** (2014-09-xx)
- Moved `ViewMaker` trait to live under system, it can be useful for Models too.
* **Build 15x** (2014-10-xx)
- Plugins are now updated in order of their dependency definitions.
- Moved `ViewMaker` trait now lives under system, it can be useful for Models too.
* **Build 149** (2014-09-29)
- Added new `hint` form field type (see Backend > Forms docs).