CHANGELOG.md in delayed_job-4.0.6 vs CHANGELOG.md in delayed_job-4.1.0

- old
+ new

@@ -1,4 +1,14 @@ +4.1.0 - 2015-09-22 +================== +* Alter `Delayed::Command` to work with or without Rails +* Allow `Delayed::Worker.delay_jobs` configuration to be a proc +* Add ability to set destroy failed jobs on a per job basis +* Make `Delayed::Worker.new` idempotent +* Set quiet from the environment +* Rescue `Exception` instead of `StandardError` in worker +* Fix worker crash on serialization error + 4.0.6 - 2014-12-22 ================== * Revert removing test files from the gem 4.0.5 - 2014-12-22