aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorTimm <kaspth@gmail.com>2013-10-13 21:23:15 +0200
committerTimm <kaspth@gmail.com>2014-06-16 21:04:21 +0200
commit0926fa5001e0931915f2146d2d07a190ac521875 (patch)
tree56e01d2512869d4931173e60b7473e5ced72ca00 /actionview
parent51c19861835dc319310df2e10cd98c2fa77411ec (diff)
downloadrails-0926fa5001e0931915f2146d2d07a190ac521875.tar.gz
rails-0926fa5001e0931915f2146d2d07a190ac521875.tar.bz2
rails-0926fa5001e0931915f2146d2d07a190ac521875.zip
Updated CHANGELOG message to include info about rails-html-sanitizer.
Diffstat (limited to 'actionview')
-rw-r--r--actionview/CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 951d0e48f7..701f4a9d6e 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -13,8 +13,9 @@
*Kasper Timm Hansen*
-* Loofah replaces html-scanner in `sanitize_helper`
-
+* The sanitizers in `sanitize_helper` have been extracted to rails-html-sanitizer. Loofah is used for sanitization instead of html-scanner.
+
+ This means:
`sanitize` can now take a `Loofah::Scrubber` for powerful scrubbing.
[See some examples of scrubbers here](https://github.com/flavorjones/loofah#loofahscrubber)