CHANGELOG.md in resque_mailer-2.2.4 vs CHANGELOG.md in resque_mailer-2.2.5

- old
+ new

@@ -1,5 +1,11 @@ -### EDGE / 2013-05-06 +### 2.2.5 / 2013-10-10 +* Travis Integration (Peter Goldstein) +* ActionMailer 4.0 test compatibility (Peter Goldstein) +* Added `unschedule_delivery` method for resque-scheduler integration + (gsdean) + +### 2.2.4 / 2013-05-25 * Compatibility for Rails 4 pre-release (Ben Woosley) * Fallback to synchronous is default when connection to Redis fails * Avoid lazy evaluation of mail when excluded, for use with mail_view (gingerlime)