CHANGELOG.txt in rufus-scheduler-3.0.6 vs CHANGELOG.txt in rufus-scheduler-3.0.7
- old
+ new
@@ -1,8 +1,17 @@
= rufus-scheduler CHANGELOG.txt
+== rufus-scheduler - 3.0.7 released 2014/03/18
+
+- implement Scheduler #occurrences and #timeline, inspired by kreynolds
+- implement Job #last_work_time and #mean_work_time
+- implement Job#count
+- add more info to the stderr error output (scheduler/tz info)
+- prevent skipping a day on swith to summertime, gh-114, thanks Matteo
+
+
== rufus-scheduler - 3.0.6 released 2014/02/14
- avoid "can't be called from trap context" on Ruby 2.0, gh-98