From 5690d9e3911f0d5d7694058b5b9df2bc37aae0d0 Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Thu, 12 Jun 2014 19:05:44 +1000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba50a5ee..248dad87e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -* **Build x** (2014-06-10) +* **Build 106** (2014-06-10) + - Upgrade to Laravel 4.2. - Form fields can now pass context via their name definnition using syntax `field@context`. - Added a code editor preferences page. + - Fixes a bug where morphToMany relations show all records in list rows. * **Build 101** (2014-06-06) - Added a global traceLog() helper for help with debugging.