CHANGES in win32-taskscheduler-0.3.0 vs CHANGES in win32-taskscheduler-0.3.1
- old
+ new
@@ -1,4 +1,9 @@
+== 0.3.1 - 6-Jul-2014
+* Added FFI as a dependency. Thanks go to Maxime Lapointe for the spot.
+* Some updates to the win_error helper method. Thanks go to Ethan J. Brown
+ for the suggestions.
+
== 0.3.0 - 15-Jan-2014
* Rewritten to use Win32OLE instead of using wrapping the C API. Benefits
include working on Windows Vista or later, and working with JRuby.
* Modified the constructor to accept 3rd and 4th arguments. These indicate
which folder to use, and whether or not to create it if it doesn't exist.