aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_0_release_notes.md
diff options
context:
space:
mode:
authorMQuy <sugiacupit@gmail.com>2016-12-01 09:59:53 +0800
committerMQuy <sugiacupit@gmail.com>2016-12-01 10:18:00 +0800
commit2263769c792a32d02826837ef8df5ae5ad1e3682 (patch)
tree2c4254d75d35a2f0b63cee346899956b553ac708 /guides/source/5_0_release_notes.md
parentc4639b77378675f16c28660f43a23f2805ee6392 (diff)
downloadrails-2263769c792a32d02826837ef8df5ae5ad1e3682.tar.gz
rails-2263769c792a32d02826837ef8df5ae5ad1e3682.tar.bz2
rails-2263769c792a32d02826837ef8df5ae5ad1e3682.zip
Add changelog for custom content type
Diffstat (limited to 'guides/source/5_0_release_notes.md')
-rw-r--r--guides/source/5_0_release_notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 39753cbd6f..960b5b3df7 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -533,6 +533,10 @@ Please refer to the [Changelog][action-mailer] for detailed changes.
whether your templates should perform caching or not.
([Pull Request](https://github.com/rails/rails/pull/22825))
+* Added support for custom `content_type` when setting body in
+ headers and attachments.
+ ([Pull Request](https://github.com/rails/rails/pull/27227))
+
Active Record
-------------