aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-06-12 15:33:12 +0200
committerJosé Valim <jose.valim@gmail.com>2010-06-12 15:33:12 +0200
commit30eaecb3df707ec45859ab1cddb122f811c043a1 (patch)
tree5f8e1e8529255ae602db6414dfd5b6e07dc67afc /actionmailer/CHANGELOG
parentb308a6030efdffabc5ca3f0b6b148c972d33fe30 (diff)
downloadrails-30eaecb3df707ec45859ab1cddb122f811c043a1.tar.gz
rails-30eaecb3df707ec45859ab1cddb122f811c043a1.tar.bz2
rails-30eaecb3df707ec45859ab1cddb122f811c043a1.zip
subject is automatically looked up on I18n using mailer_name and action_name as scope as in t('.subject')
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 6e2c441e53..f0b9368874 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.0.0 [beta 4] (June 8th, 2010)*
+* subject is automatically looked up on I18n using mailer_name and action_name as scope as in t(".subject") [JK]
+
* Changed encoding behaviour of mail, so updated tests in actionmailer and bumped mail version to 2.2.1 [ML]
* Added ability to pass Proc objects to the defaults hash [ML]