aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2013-07-15 02:11:43 +0900
committerkennyj <kennyj@gmail.com>2013-07-15 02:11:43 +0900
commitca85caca0dd10f4e4950173094f8a0577cfe2560 (patch)
tree1a94bacea79fe119724dddf0508fd8ce4360ab1d /actionview/CHANGELOG.md
parent9fbdd9d83e8e2775845cbc581e0c357f99d292e4 (diff)
downloadrails-ca85caca0dd10f4e4950173094f8a0577cfe2560.tar.gz
rails-ca85caca0dd10f4e4950173094f8a0577cfe2560.tar.bz2
rails-ca85caca0dd10f4e4950173094f8a0577cfe2560.zip
Fix default rendered format problem when calling render method without :content_type option. Closes #11393.
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 2981e76ec5..c5bb8fe627 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Fix default rendered format problem when calling `render` without :content_type option.
+ It should return :html. Fix #11393.
+
+ *Gleb Mazovetskiy* *Oleg* *kennyj*
+
* Fix `link_to` with block and url hashes.
Before: