From 1dd35dffdbcde1e2903a75fc0f14c7b8225e3d7d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 30 Apr 2012 22:40:37 -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 3fea5ab2..7a83f39c 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -65,6 +65,7 @@ ## Laravel 3.2 - Allow the registration of custom cache and session drivers. - 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. ## Upgrading From 3.1