diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecc16a1f..80c66ae8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.