From e74c0a63f342661801d71ba050054f0bc0ecfcfa Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Sat, 12 Jul 2014 15:08:08 +1000 Subject: [PATCH] * Build 117 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb40d8781..f6a9c9ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -* **Build 11x** (2014-07-xx) +* **Build 117** (2014-07-12) - Added new Backend control for creating informative panels (hints). - Added new properties to RelationController: readOnly, showSorting, defaultSort. - Hashable, Sluggable, Purgeable and Validation traits must now be used in the Model class definition. + - Plugins can now extend existing Back-end navigation menu items, see Event docs for an example. * **Build 116** (2014-07-07) - Added new layout and page method `onInit()` called after components are initialized and before AJAX requests are processed.