From a1cca24e8a4ce7e1c6501ed6ad07ae066ca4cbdf Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Thu, 10 May 2012 11:41:29 -0500 Subject: [PATCH] Doc change for issue #648 --- laravel/documentation/changes.md | 1 + 1 file changed, 1 insertion(+) 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 @@ ## Laravel 3.2 - 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