From e815c687f169addcb023ae108fee939eef9fb300 Mon Sep 17 00:00:00 2001 From: Chris Boulton Date: Thu, 18 Sep 2014 23:20:45 +1000 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a77d5be..d3ceb19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ Changes by iskandar introduce improved support for using DSNs to connect to Redi * Fix an issue where a lost connection to Redis could cause an infinite loop (atorres757) * Add a helper method to `Resque_Redis` to remove the namespace applied to Redis keys (tonypiper) * Call beforePerform hook before retrieivng an instance of the job class (allows beforePerform to cancel a job with DontPerform before initialising your application) +* Add `beforeEnqueue` hook, called before a job is placed on a queue ## 1.2 (2012-10-13) ##