diff --git a/laravel/documentation/changes.md b/laravel/documentation/changes.md index 9b3c9d96..470422ad 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -73,6 +73,7 @@ - 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`. +- Added `array_except` and `array_only` helpers, similar to `Input::except` and `Input::only` but for arbitrary arrays. ## Upgrading From 3.1