diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-08-27 12:09:21 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-08-27 12:09:21 +0200 |
commit | 20e7f08ecc22983183909ec60771b929a4c2af16 (patch) | |
tree | bd308ab89cd98ff90703ae9afeb1136dc7bec0c2 /actionview | |
parent | bf44481524c7d93762543b1cfafcaf49b3a37025 (diff) | |
download | rails-20e7f08ecc22983183909ec60771b929a4c2af16.tar.gz rails-20e7f08ecc22983183909ec60771b929a4c2af16.tar.bz2 rails-20e7f08ecc22983183909ec60771b929a4c2af16.zip |
minor changelog formatting changes.
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/CHANGELOG.md | 6 |
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. ᨫ) +* Fix `html_escape_once` to properly handle hex escape sequences (e.g. ᨫ). *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* |