From 7c20a8b5581f1b0054cba590542960be455a027e Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Tue, 3 Dec 2013 14:38:12 -0200 Subject: [PATCH] Changelog improvements [ci skip] --- actionpack/CHANGELOG.md | 10 +++++----- 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: # in localized template +* Fix header `Content-Type: #` 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*