From fbbde537b4a9d895241202aecb1c1f79fb296f86 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 4 Jul 2015 09:36:21 +1000 Subject: [PATCH] * Build 275 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.