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