aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-08-27 12:09:21 +0200
committerYves Senn <yves.senn@gmail.com>2014-08-27 12:09:21 +0200
commit20e7f08ecc22983183909ec60771b929a4c2af16 (patch)
treebd308ab89cd98ff90703ae9afeb1136dc7bec0c2 /actionview
parentbf44481524c7d93762543b1cfafcaf49b3a37025 (diff)
downloadrails-20e7f08ecc22983183909ec60771b929a4c2af16.tar.gz
rails-20e7f08ecc22983183909ec60771b929a4c2af16.tar.bz2
rails-20e7f08ecc22983183909ec60771b929a4c2af16.zip
minor changelog formatting changes.
Diffstat (limited to 'actionview')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 396249ac37..f5c520937c 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -26,11 +26,11 @@
*Joel Junström*, *Lucas Uyezu*
* Return an absolute instead of relative path from an asset url in the case
- of the `asset_host` proc returning nil
+ of the `asset_host` proc returning nil.
*Jolyon Pawlyn*
-* Fix `html_escape_once` to properly handle hex escape sequences (e.g. &#x1a2b;)
+* Fix `html_escape_once` to properly handle hex escape sequences (e.g. &#x1a2b;).
*John F. Douthat*
@@ -63,7 +63,7 @@
*Zuhao Wan*
-* Bring `cache_digest` rake tasks up-to-date with the latest API changes
+* Bring `cache_digest` rake tasks up-to-date with the latest API changes.
*Jiri Pospisil*