From f6b7e5f72754a99debac0b43b14adf45da88a6cb Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 2 May 2012 08:13:08 -0500 Subject: [PATCH] updated change log. --- laravel/documentation/changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/documentation/changes.md b/laravel/documentation/changes.md index 3dc6b568..7e5ef2bc 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -67,7 +67,7 @@ - Allow a `starter` Closure to be defined in `bundles.php` to be run on Bundle::start. - Allow the registration of custom database drivers. - New, driver based authentication system. -- Added Request::json() method for working with applications using Backbone.js or similar. +- Added Input::json() method for working with applications using Backbone.js or similar. ## Upgrading From 3.1