HISTORY.md in resque-scheduler-1.9.7 vs HISTORY.md in resque-scheduler-1.9.8

- old
+ new

@@ -1,4 +1,14 @@ +## 2.0.0 (???) + +* Dynamic schedule support (brianjlandau, davidyang) +* Now depends on redis >=1.3 + +## 1.9.8 (???) + +* Validates delayed jobs prior to insertion into the delayed queue (bogdan) +* Rescue exceptions that occur during queuing and log them (dgrijalva) + ## 1.9.7 (2010-11-09) * Support for rufus-scheduler "every" syntax (fallwith) * Ability to pass a Time to handle_delayed_items for testing/staging (rcarver)