CHANGELOG.txt in rufus-scheduler-3.3.2 vs CHANGELOG.txt in rufus-scheduler-3.3.3

- old
+ new

@@ -1,8 +1,16 @@ = rufus-scheduler CHANGELOG.txt +== rufus-scheduler - 3.3.3 released 2017-01-29 + +- use Rails' timezone by default if Rails is present, gh-230, gh-233, + thanks Alexander Deeb +- is_a?(Fixnum) replaced by is_a?(Integer), gh-232, thanks Cody Cutrer +- Fix for every double trigger, gh-231, thanks Sofia Bravo + + == 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