Version bump to 0.3.6.

This commit is contained in:
Yitzchak Gale 2018-07-01 19:51:02 +03:00
parent 787b7f060f
commit 86d83508f2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: xss-sanitize
version: 0.3.5.8
version: 0.3.6
synopsis: sanitize untrusted HTML to prevent XSS attacks
description: run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent
XSS attacks. see README.md <http://github.com/yesodweb/haskell-xss-sanitize> for

View File

@ -91,7 +91,7 @@ safeTags = safeTagsCustom safeTagName sanitizeAttribute
-- @safeTagsCustom safeTagName sanitizeAttribute@ is equivalent to
-- 'safeTags'.
--
-- @since 0.3.5.8
-- @since 0.3.6
safeTagsCustom ::
(Text -> Bool) -- ^ Select safe tags, like
-- 'safeTagName'