CHANGELOG.md in rufus-scheduler-3.5.2 vs CHANGELOG.md in rufus-scheduler-3.6.0
- old
+ new
@@ -1,8 +1,16 @@
# CHANGELOG.md
+### rufus-scheduler 3.6.0 - released 2019-04-22
+
+* Let Scheduler#cron fail if the cron string is invalid, gh-289
+* Implement Job#next_times(count) for cron, every, and interval jobs
+* Implement Job#next_times(count) for at and in jobs
+* Stop fooling around and stick to https://semver.org
+
+
### rufus-scheduler 3.5.2 - released 2018-08-01
* Use Fugit::Cron#rough_frequency
* Improve Job#check_frequency performance, gh-276, @drcapulet