From 2a73e5b3901e1a94195007ad06ac819bdcf2d3e2 Mon Sep 17 00:00:00 2001 From: "chris.boulton" Date: Tue, 14 Jun 2011 19:36:29 +1000 Subject: [PATCH] Update changelog to include details of patrickbajao's modifications to allow setBackend to accept a redis database to use as a second argument --- CHANGELOG.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 97a9581..ba4193d 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,6 @@ ## 1.2 (Unreleased) ## +* Allow alternate redis database to be selected when calling setBackend by supplying a second argument (patrickbajao) * Use `require_once` when including php-resque after the app has been included in the sample resque.php to prevent include conflicts (andrewjshults) ## 1.1 (2011-03-27) ##