aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorDamien Mathieu <42@dmathieu.com>2012-06-20 21:20:12 +0200
committerDamien Mathieu <42@dmathieu.com>2012-06-20 22:06:31 +0200
commit45b1045d16126e69ad5af395fa14d1291914a4d4 (patch)
tree94dab7b2af1ebd7e052c866236524d52adaff302 /actionmailer/CHANGELOG.md
parentb046ea452cdf08035d192d041250b436a3991af8 (diff)
downloadrails-45b1045d16126e69ad5af395fa14d1291914a4d4.tar.gz
rails-45b1045d16126e69ad5af395fa14d1291914a4d4.tar.bz2
rails-45b1045d16126e69ad5af395fa14d1291914a4d4.zip
raise an error if no implicit mailer template could be found
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index e6021939ff..a822412090 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,3 +1,7 @@
+## Rails 4.0.0 (unreleased) ##
+
+* Raise an `ActionView::MissingTemplate` exception when no implicit template could be found. *Damien Mathieu*
+
## Rails 3.2.5 (Jun 1, 2012) ##
* No changes.