HISTORY.md in resque-scheduler-2.0.0.e vs HISTORY.md in resque-scheduler-2.0.0.g
- old
+ new
@@ -1,7 +1,15 @@
-## 2.0.0 (???)
+## 2.0.0.g (2012-01-24)
+* Fixed "already initialized constant" warning (skddc)
+
+## 2.0.0.f (2011-11-03)
+
* TODO: address race condition with delayed jobs (using redis transactions)
+* Support ENV['BACKGROUND'] flag for daemonizing (bernerdschaefer)
+* Added support for before_schedule and after_schedule hooks (yaauie)
+* Added remove_delayed_job_from_timestamp to remove delayed jobs from
+ a given timestamp.
## 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