HISTORY.md in resque-scheduler-1.9.5 vs HISTORY.md in resque-scheduler-1.9.6
- old
+ new
@@ -1,8 +1,13 @@
-## 1.9.5 (???)
+## 1.9.6 (2010-10-08)
+* Support for custom job classes (like resque-status) (mattetti)
+
+## 1.9.5 (2010-09-09)
+
* Updated scheduler rake task to allow for an alternate setup task
to avoid loading the entire stack. (chewbranca)
+* Fixed sig issue on win32 (#25)
## 1.9.4 (2010-07-29)
* Adding ability to remove jobs from delayed queue (joshsz)
* Fixing issue #23 (removing .present? reference)