aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorRemo Mueller <remosm@gmail.com>2015-02-26 09:29:01 -0500
committerRemo Mueller <remosm@gmail.com>2015-04-30 10:12:00 -0400
commitf5132c19d52c4457aa2e09c647d2f52a73966c68 (patch)
treebf6fb095c11c39f3da1468e720a50119d97004e3 /actionmailer/CHANGELOG.md
parent8fd46330095b3c1a5d7461c194028e22d9b77b97 (diff)
downloadrails-f5132c19d52c4457aa2e09c647d2f52a73966c68.tar.gz
rails-f5132c19d52c4457aa2e09c647d2f52a73966c68.tar.bz2
rails-f5132c19d52c4457aa2e09c647d2f52a73966c68.zip
Mailer preview now uses `url_for` to fix links to emails for apps running on a subdirectory, closes #19092.
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 0d47ce855a..f88f2c0c86 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Mailer preview now uses `url_for` to fix links to emails for apps running on
+ a subdirectory.
+
+ *Remo Mueller*
+
* Mailer previews no longer crash when the `mail` method wasn't called
(`NullMail`).