* Build 275

This commit is contained in:
Samuel Georges 2015-07-04 09:36:21 +10:00
parent 461e4f75de
commit fbbde537b4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
* **Build 27x** (2015-06-xx)
* **Build 275** (2015-07-04)
- List columns now support specifying a `default` option used when the value would otherwise be null.
- Implement a custom autoloader for plugins that use composer. Now only one instance of composer is used, all packages are now added to a global pool to prevent double loading and the load order is respected.
- The method signature of `Model::save()` has been fixed to match Eloquent.