CHANGELOG.md in scheduled_job-0.1.0 vs CHANGELOG.md in scheduled_job-0.1.1

- old
+ new

@@ -20,5 +20,8 @@ Adds local db for development # 0.1.0 Makes available the `rake jobs:reschedule` rake task Adds a config to allow the scheduling for more than one instance of the same job + +# 0.1.1 +Allows jobs in config to be strings, symbols, or classes. If a string or symbol is provided, it will be resolved to a constant before scheduling the job.