File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11# Sanitize History
22
3+ ## 5.2.0 (2020-06-06)
4+
5+ ### Changes
6+
7+ * The term "whitelist" has been replaced with "allowlist" throughout Sanitize's
8+ source and documentation.
9+
10+ While the etymology of "whitelist" may not be explicitly racist in origin or
11+ intent, there are inherent racial connotations in the implication that white
12+ is good and black (as in "blacklist") is not.
13+
14+ This is a change I should have made long ago, and I apologize for not making
15+ it sooner.
16+
17+ * In transformer input, the ` :is_whitelisted ` and ` :node_whitelist ` keys are now
18+ deprecated. New ` :is_allowlisted ` and ` :node_allowlist ` keys have been added.
19+ The old keys will continue to work in order to avoid breaking existing code,
20+ but they are no longer documented and may be removed in a future semver major
21+ release.
22+
323## 5.1.0 (2019-09-07)
424
525### Features
Original file line number Diff line number Diff line change 11# encoding: utf-8
22
33class Sanitize
4- VERSION = '5.1 .0'
4+ VERSION = '5.2 .0'
55end
You can’t perform that action at this time.
0 commit comments