aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-03 14:38:12 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-03 14:38:12 -0200
commit7c20a8b5581f1b0054cba590542960be455a027e (patch)
treec129740a0171ae9396130c35f5b274ab7d684f9a
parentc55200cbcb2ee1f168c64d9504726d5bfffc93ee (diff)
downloadrails-7c20a8b5581f1b0054cba590542960be455a027e.tar.gz
rails-7c20a8b5581f1b0054cba590542960be455a027e.tar.bz2
rails-7c20a8b5581f1b0054cba590542960be455a027e.zip
Changelog improvements [ci skip]
-rw-r--r--actionpack/CHANGELOG.md10
-rw-r--r--activesupport/CHANGELOG.md2
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*