From fdb7b3a7f39a3baa2aa3006687e5932439a841aa Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 3 Apr 2012 09:49:24 -0500 Subject: [PATCH] put additions on top. --- storage/documentation/changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/documentation/changes.md b/storage/documentation/changes.md index 2fedc32c..84e695d2 100644 --- a/storage/documentation/changes.md +++ b/storage/documentation/changes.md @@ -18,11 +18,11 @@ ## Contents ## Laravel 3.2 -- Fixed the passing of strings into the Input::except method. -- Fixed replacement of optional parameters in URL::transpose method. - [Added `to_array` method to the base Eloquent model](/docs/database/eloquent#to-array). - [Added `$hidden` static variable to the base Eloquent model](/docs/database/eloquent#to-array). - [Added `sync` method to has\_many\_and\_belongs\_to Eloquent relationship](/docs/database/eloquent#sync-method). +- Fixed the passing of strings into the Input::except method. +- Fixed replacement of optional parameters in URL::transpose method. - Improved View performance by only loading contents from file once. - Fix handling of URLs beginning with has in URL::to.