aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 330d015733..8181b386be 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,11 +1,11 @@
-* Fix header Content-Type: #<Mime::NullType:...> in localized template
+* 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.
+ the response now has the default and correct `content-type`.
- *Angelo Capilleri*
+ Fixes #13064.
+
+ *Angelo Capilleri*
* Try to escape each part of a url correctly when using a redirect route.