From bb4bf88c6f76f977b41994beaeb2877e8bf3ad58 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 30 Apr 2012 11:15:41 -0500 Subject: [PATCH] Updated 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 df64ab16..4bfd18f0 100644 --- a/laravel/documentation/changes.md +++ b/laravel/documentation/changes.md @@ -65,6 +65,7 @@ - Added new `Sectionable` interface to allow cache drivers to simulate namespacing. - Added support for `HAVING` SQL clauses. - Added `array_pluck` helper, similar to pluck method in Underscore.js. +- Allow the registration of custom cache and session drivers. ## Upgrading From 3.1