Skip to content

Commit

Permalink
Update HISTORY.md with @til's changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lantins committed Sep 7, 2012
1 parent 7938de5 commit 0629579
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.md
Expand Up @@ -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)

Expand Down
1 change: 0 additions & 1 deletion lib/resque-retry/server.rb
Expand Up @@ -76,7 +76,6 @@ def cancel_retry(job)
Resque.redis.del(retry_key)
end
end


end
end
Expand Down

0 comments on commit 0629579

Please sign in to comment.