CHANGES in win32-taskscheduler-0.2.1 vs CHANGES in win32-taskscheduler-0.2.2

- old
+ new

@@ -1,4 +1,9 @@ +== 0.2.2 - 29-Feb-2012 +* Moved some include statements inside the TaskScheduler class to avoid + polluting Object. Thanks go to Josh Cooper for the spot and patch. +* Minor formatting tweaks to silence 1.9 warnings. + == 0.2.1 - 8-Oct-2011 * Fixed a bug that would not allow task to run as SYSTEM. Thanks go to Josh cooper for the spot and patch. * Fixed a bug in new_work_item that would cause it to crash if you tried to create a work item that already existed. An error is now raised instead.