aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 604e332dad..1109912b04 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,8 +1,12 @@
-## Rails 5.0.0.beta3 (February 24, 2016) ##
+* Removes `-t` from default Sendmail arguments to match the underlying
+ `Mail::Sendmail` setting.
+
+ *Clayton Liggitt*
-* Add support to fragment cache in Action Mailer.
- Now you can use fragment caching in your mailers views.
+## Rails 5.0.0.beta3 (February 24, 2016) ##
+
+* Add support for fragment caching in Action Mailer views.
*Stan Lo*