From de7046cc669096e93eabd6732f2dbdb7e63fc7a6 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 1 May 2012 11:35:58 -0500 Subject: [PATCH] update change log. --- laravel/documentation/changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/laravel/documentation/changes.md b/laravel/documentation/changes.md index 7a83f39c..ad76b6d9 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -66,6 +66,7 @@ ## Laravel 3.2 - Allow the specification of a separate asset base URL for using CDNs. - 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. ## Upgrading From 3.1