From 0629579cc3156191c73da8fb6b5c3a2911b15fdd Mon Sep 17 00:00:00 2001 From: Luke Antins Date: Fri, 7 Sep 2012 16:10:22 +0100 Subject: [PATCH] Update HISTORY.md with @til's changes. --- HISTORY.md | 1 + lib/resque-retry/server.rb | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index db8fbf8..2708515 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,6 +8,7 @@ * Web interface will work without needing to `require` your job code. (n.b. less details avaialble via web). * IMPORTANT: `#identifier` method has been namedspaced to `#retry_identifier`. * Bugfix: `Remove` button on retry web interface was not working. +* Feature: Allow `tagging` exceptions with a module instead of an exception class. (@tils - Tilmann Singer) ## 0.2.2 (2011-12-08) diff --git a/lib/resque-retry/server.rb b/lib/resque-retry/server.rb index 61b1841..77dcd03 100644 --- a/lib/resque-retry/server.rb +++ b/lib/resque-retry/server.rb @@ -76,7 +76,6 @@ def cancel_retry(job) Resque.redis.del(retry_key) end end - end end