aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2013-12-16 05:52:58 +0000
committerAndrew White <andyw@pixeltrix.co.uk>2013-12-17 03:58:35 +0000
commitd6dec7fcb6b8fddf8c170182d4fe64ecfc7b2261 (patch)
treec5f0fd5fccf3556fbdf4d2411fffc80896b529b9 /actionmailer/CHANGELOG.md
parent1602a70fb450aba9b5e5befe4c7bfc3344471a06 (diff)
downloadrails-d6dec7fcb6b8fddf8c170182d4fe64ecfc7b2261.tar.gz
rails-d6dec7fcb6b8fddf8c170182d4fe64ecfc7b2261.tar.bz2
rails-d6dec7fcb6b8fddf8c170182d4fe64ecfc7b2261.zip
Add mailer previews feature based on mail_view gem
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 857cde399a..fc9aefd416 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add mailer previews feature based on 37 Signals mail_view gem
+
+ *Andrew White*
+
* Calling `mail()` without arguments serves as getter for the current mail
message and keeps previously set headers.