CHANGELOG.txt in rufus-scheduler-3.0.2 vs CHANGELOG.txt in rufus-scheduler-3.0.3
- old
+ new
@@ -1,8 +1,15 @@
= rufus-scheduler CHANGELOG.txt
+== rufus-scheduler - 3.0.3 released 2013/12/12
+
+- CronLine#previous_time fix by Yassen Bantchev (https://github.com/yassenb)
+- introduce ZookeptScheduler example in the readme
+- rename #consider_lockfile to #lock and introduce #unlock
+
+
== rufus-scheduler - 3.0.2 released 2013/10/22
- default :max_work_threads to 28
- fix "rufus rushes to create work threads" issue, thanks Gatis Tomsons
- introduce Rufus::Scheduler::NotRunningError, thanks Gatis Tomsons