aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-02-27 18:13:08 -0500
committerGitHub <noreply@github.com>2017-02-27 18:13:08 -0500
commit93a33ec208f52f6b999fe091823e3a3e63642ab3 (patch)
tree7dccdabdf876dcde469690e91b473ba96d4b8336 /actionview/CHANGELOG.md
parent4cc1c14493e7a9bd188ee13c237366f6bc2e13f4 (diff)
parent504a9715ee60f0bc1bf67d6e81640e9bb6f29dfc (diff)
downloadrails-93a33ec208f52f6b999fe091823e3a3e63642ab3.tar.gz
rails-93a33ec208f52f6b999fe091823e3a3e63642ab3.tar.bz2
rails-93a33ec208f52f6b999fe091823e3a3e63642ab3.zip
Merge pull request #28061 from andrewhood125/strip_tags_update
Remove `encode_special_chars` option from `strip_tags`
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index f5d2c9f23b..f2ae74454a 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,10 @@
+* 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.
+
+ *Andrew Hood*
+
## Rails 5.1.0.beta1 (February 23, 2017) ##
* Change the ERB handler from Erubis to Erubi.