From 3009c63da6eb4cb18a6f90b39562945d299b1c85 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 6 Jul 2012 22:51:31 -0300 Subject: Improve docs, changelog and release notes for Action Mailer default_options= [ci skip] --- actionmailer/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionmailer/CHANGELOG.md') diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 177dc8109f..96cfb43e0b 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,11 +1,11 @@ ## Rails 4.0.0 (unreleased) ## +* Allow to set default Action Mailer options via `config.action_mailer.default_options=` *Robert Pankowecki* + * Raise an `ActionView::MissingTemplate` exception when no implicit template could be found. *Damien Mathieu* * Asynchronously send messages via the Rails Queue *Brian Cardarella* -* Set default Action Mailer options via config.action_mailer.default_options= *Robert Pankowecki* - ## Rails 3.2.5 (Jun 1, 2012) ## * No changes. -- cgit v1.2.3