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

- old
+ new

@@ -1,4 +1,10 @@ +### EDGE / 2013-05-06 +* 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) + ### 2.2.3 / 2013-02-27 * MessageDecoy should handle non rails current_env (Hunter Haydel) ### 2.2.2 / 2013-01-27 * Fall back to deliver (not deliver!) on actual message, expected