* Build 297

This commit is contained in:
Samuel Georges 2015-09-19 05:38:32 +10:00
parent 3f7aa9f9f7
commit b83abdb156
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
* **Build 297** (2015-09-16)
* **Build 297** (2015-09-19)
- Introduced new `Revisionable` trait for storing model history (see Database > Traits docs).
- Added `timetense` list column type (see Backend > Lists docs), along with `|time_since` and `|time_tense` Twig filters.
- Fixed a bug in deferred binding that allowed repeat bindings and ignored add/delete pairs.