Browse Source

updated change log.

Taylor Otwell 12 years ago
parent
commit
f6b7e5f727
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/documentation/changes.md

+ 1 - 1
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 a `starter` Closure to be defined in `bundles.php` to be run on Bundle::start.
 - Allow the registration of custom database drivers.
 - Allow the registration of custom database drivers.
 - New, driver based authentication system.
 - 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.
 
 
 <a name="upgrade-3.2"></a>
 <a name="upgrade-3.2"></a>
 ## Upgrading From 3.1
 ## Upgrading From 3.1