From ab87fcf34912b5749a6302ad83ffd64d85b08fb7 Mon Sep 17 00:00:00 2001 From: James Kassemi Date: Thu, 21 Mar 2013 14:39:55 -0600 Subject: [PATCH] Changelog updates for next release --- Changes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changes.md b/Changes.md index 9b973401..8060daca 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,13 @@ +Upcoming +----------- + +- Provides ability to hook onto failure after max retries failed. [jkassemi, #780] +- Delay on retry moved from constant proc to method call [lulalala, #784] +- DSM V compatible symptom definition of developer frustration [colszowka, #782] +- Fix bug in pagination link to last page [pitr, #774] +- Upstart scripts for multiple Sidekiq instances [dariocravero, #763] +- Use select via pipes instead of poll to catch signals [mrnugget, #761] + 2.8.0 -----------