aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-12-03 02:34:11 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-12-03 02:34:11 -0500
commit9ed3aab6927471078888ff51c255561350946344 (patch)
tree337d71804afb740c0def41359239186fcb28317b /actionpack/CHANGELOG.md
parentc48a0cac626b4e32d7abfa9f4f1fae16568157d9 (diff)
parent43962d6ec50f918c9970bd3cd4b6ee5c7f7426ed (diff)
downloadrails-9ed3aab6927471078888ff51c255561350946344.tar.gz
rails-9ed3aab6927471078888ff51c255561350946344.tar.bz2
rails-9ed3aab6927471078888ff51c255561350946344.zip
Merge branch 'format_localized_template' of https://github.com/acapilleri/rails
Conflicts: actionpack/CHANGELOG.md
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index cfefeb23ce..330d015733 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,12 @@
+* Fix header Content-Type: #<Mime::NullType:...> in localized template
+
+ When localized template has no format in the template name,
+ now the response has the default and correct `content-type`.
+
+ Fix #13064.
+
+ *Angelo Capilleri*
+
* Try to escape each part of a url correctly when using a redirect route.
Fixes #13110.