diff --git a/laravel/documentation/changes.md b/laravel/documentation/changes.md index 24610420..9b3c9d96 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -72,6 +72,7 @@ - Added Response::eloquent method for creating Eloquent responses. - Fixed bug when using many-to-many relationships on non-default database connection. - Added true reflection based IoC to container. +- Added `Request::route()->controller` and `Request::route()->controller_action`. ## Upgrading From 3.1