From aeb0ddcf0820e7738d4d689a36a98806732bf57f Mon Sep 17 00:00:00 2001 From: Chris Boulton Date: Sat, 13 Oct 2012 17:59:01 +1100 Subject: [PATCH] update changelog to mention changes coming to php-resque --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e97469..f3b5e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * Add support for Composer * Fix missing and incorrect paths for Resque and Resque_Job_Status classes in demo (jjfrey) * Disable autoload for the RedisException class_exists call (scragg0x) +* General tidyup of comments and files/folders ## 1.1 (2011-03-27) ##