CHANGELOG.txt in rufus-scheduler-3.3.1 vs CHANGELOG.txt in rufus-scheduler-3.3.2
- old
+ new
@@ -1,8 +1,16 @@
= rufus-scheduler CHANGELOG.txt
+== rufus-scheduler - 3.3.2 released 2017-01-05
+
+- Fix ZoTime issue with Time.zone.now #=> 'CST', thanks zzjin
+- Fix cron weekdays + monthdays, by Dominik Sander, https://github.com/dsander
+- Speedup CronLine#brute_frequency, by Dominik Sander
+- Use object_id instead of hash to make Job id
+
+
== rufus-scheduler - 3.3.1 released 2016-12-03
- gh-222 fall back on ENV['TZ'] when Time.now.zone is something
like "中国标准时间" (ask for "Asia/Shanghai"), thanks to
https://github.com/lovingyu