aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-03-13 19:39:20 -0400
committerJon Moss <me@jonathanmoss.me>2017-03-13 19:39:20 -0400
commit804f27baf7617b29272d9c24378bf71c64e35126 (patch)
tree6bbb86d682c67335f73b543766be0f67849d9f02 /actionview/CHANGELOG.md
parent783aa528b83f82a6e6d1ff84b314370e0ab31956 (diff)
downloadrails-804f27baf7617b29272d9c24378bf71c64e35126.tar.gz
rails-804f27baf7617b29272d9c24378bf71c64e35126.tar.bz2
rails-804f27baf7617b29272d9c24378bf71c64e35126.zip
Small grammar change + new line for "fixes"
[ci skip]
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index f2ae74454a..e9e4580f96 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,7 +1,9 @@
* Remove the option `encode_special_chars` misnomer from `strip_tags`
- As of rails-html-sanitizer v1.0.3 sanitizer will ignore the
- `encode_special_chars` option. Fixes #28060.
+ As of rails-html-sanitizer v1.0.3, the sanitizer will ignore the
+ `encode_special_chars` option.
+
+ Fixes #28060.
*Andrew Hood*