diff --git a/laravel/documentation/changes.md b/laravel/documentation/changes.md index 0047ff83..78298186 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -28,6 +28,7 @@ ## Laravel 3.2 - 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. +- Fix the resolution of unset Eloquent attributes. ## Upgrading From 3.1