* Build 229

This commit is contained in:
Samuel Georges 2015-03-19 20:02:06 +11:00
parent 398177b006
commit ff5f17d6a3
1 changed files with 1 additions and 1 deletions

View File

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