Update changelog to include details of patrickbajao's modifications to allow setBackend to accept a redis database to use as a second argument

This commit is contained in:
chris.boulton 2011-06-14 19:36:29 +10:00
parent 863099564e
commit 2a73e5b390

View File

@ -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) ##