diff --git a/laravel/documentation/changes.md b/laravel/documentation/changes.md index b4a8876d..7d41baa6 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -51,6 +51,7 @@ ## Laravel 3.2 - 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. +- Allow multiple views to be registered for a single composer. ## Upgrading From 3.1