HISTORY.md in resque-scheduler-2.0.0.d vs HISTORY.md in resque-scheduler-2.0.0.e

- old
+ new

@@ -1,8 +1,16 @@ ## 2.0.0 (???) * TODO: address race condition with delayed jobs (using redis transactions) +## 2.0.0.e (2011-09-16) + +* Adding enqueue_at_with_queue/enqueue_in_with_queue support (niralisse) +* Adding `Resque::Scheduler.poll_sleep_amount` to allow for configuring + the sleep time b/w delayed queue polls. +* Add a "Clear Delayed Jobs" button to the Delayed Jobs page (john-griffin) +* Fixed pagination issue on the Delayed tab + ## 2.0.0.d (2011-04-04) * porting bug fixes from v1.9-stable ## 2.0.0.c