diff --git a/laravel/documentation/changes.md b/laravel/documentation/changes.md index 7d41baa6..21b07ef1 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -52,6 +52,7 @@ ## Laravel 3.2 - 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. +- Added `Request::set_env` method. ## Upgrading From 3.1