From 80448c3341e6c072b06e69e2f265c849e64a4c27 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 28 Apr 2012 11:14:08 -0500 Subject: [PATCH] Fix typo in change log. --- laravel/documentation/changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/documentation/changes.md b/laravel/documentation/changes.md index 4f7521d7..df64ab16 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -47,7 +47,7 @@ ## Laravel 3.2 - Fixed replacement of optional parameters in `URL::transpose` method. - Improved `update` handling on `Has_Many` and `Has_One` relationships. - Improved View performance by only loading contents from file once. -- Fix handling of URLs beginning with has in `URL::to`. +- Fix handling of URLs beginning with hashes in `URL::to`. - Fix the resolution of unset Eloquent attributes. - Allows pivot table timestamps to be disabled. - Made the `get_timestamp` Eloquent method static.