diff --git a/laravel/documentation/changes.md b/laravel/documentation/changes.md index 3b56a359..b4a8876d 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -50,6 +50,7 @@ ## Laravel 3.2 - Simplified the `paths.php` file. - Only write file caches if number of minutes is greater than zero. - Added `$default` parameter to Bundle::option method. +- Fixed bug present when using Eloquent models with Twig. ## Upgrading From 3.1