diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 83067dfd38..9993a11c9d 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,11 +1,12 @@ -* Allow ActionMailer classes to configure their delivery job +* Allow Action Mailer classes to configure their delivery job. - class MyMailer < ApplicationMailer - self.delivery_job = MyCustomDeliveryJob + class MyMailer < ApplicationMailer + self.delivery_job = MyCustomDeliveryJob - ... - end + ... + end + + *Matthew Mongeau* - *Matthew Mongeau* Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/actionmailer/CHANGELOG.md) for previous changes.