CHANGELOG.txt in rufus-scheduler-3.2.2 vs CHANGELOG.txt in rufus-scheduler-3.3.0
- old
+ new
@@ -1,8 +1,16 @@
= rufus-scheduler CHANGELOG.txt
+== rufus-scheduler - 3.3.0 released 2016-11-28
+
+- Bring in Piavka's Job#trigger_off_schedule, gh-214
+- Reject "day 0" in cronlines, thanks to Ramon Tayag, https://github.com/ramontayag
+- Move away from ENV['TZ'], thanks to Akinori Musha, https://github.com/knu
+- Fix .parse_to_time vs Date issue, as reported by @nsatragno
+
+
== rufus-scheduler - 3.2.2 released 2016-08-14
- job opt hash preservation, as suggested in gh-212, by https://github.com/d-m-u
- introduce Job#previous_time
- countered ActiveRecord 3.2.22 on gh-210, by https://github.com/paulodelgado