diff options
-rw-r--r-- | actionpack/CHANGELOG.md | 10 | ||||
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
2 files changed, 6 insertions, 6 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. diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index effef0c9a0..b63c44fbcb 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,4 +1,4 @@ -* Added Date#all_week/month/quarter/year for generating date ranges. +* Added `Date#all_week/month/quarter/year` for generating date ranges. *Dmitriy Meremyanin* |