CHANGES in win32-taskscheduler-0.1.0 vs CHANGES in win32-taskscheduler-0.2.0

- old
+ new

@@ -1,4 +1,16 @@ +== 0.2.0 - 19-Jun-2009 +* Rewritten in pure Ruby! +* The TaskScheduler::ONCE constant is now a valid trigger type. Thanks go to + Uri Iurgel for the spot and patch. +* Added the TaskScheduler#exists? method. +* Added the TaskScheduler#tasks alias for the TaskScheduler#enum method. +* The TaskScheduler#new_work_item method now accepts symbols as well as + strings for hash keys, and ignores case. Also, the keys are now validated. +* Renamed the example file and test file. +* Added the 'example' Rake task. +* Fixed some code in the README synopsis that was incorrect. + == 0.1.0 - 11-May-2008 * The TaskScheduler#save instance method now accepts an optional file name. * Most of the TaskScheduler setter methods now return the value specified instead of true. * Removed the RUN_ONLY_IF_DOCKED and RUN_IF_CONNECTED_TO_INTERNET constants.