From ff5f17d6a36cf9025129f970e9cb0d72ec078f10 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Thu, 19 Mar 2015 20:02:06 +1100 Subject: [PATCH] * Build 229 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c193538..624e03bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -* **Build 22x** (2015-03-xx) +* **Build 229** (2015-03-19) - Belongs-to-many model relations now support defining a custom pivot model with the `pivotModel` option (see Database > Model docs). - The config definitions for behavior `RelationController` have been refactored. When using `pivot` mode all columns and fields should now reside in a `pivot[]` array (see Backend > Relations docs). - Record Finder form widget now supports nested attributes for relations.