Skip to content

Commit

Permalink
formatting CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 28, 2019
1 parent 1372f43 commit a3a0a50
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Expand Up @@ -17,13 +17,11 @@
* CSS hex values are no longer limited to lowercase hex. Previously uppercase hex were scrubbed. [#165] (Thanks, @asok!)


* Update terminology
- Deprecate `Loofah::Helpers::ActionView.white_list_sanitizer`,
please use `Loofah::Helpers::ActionView.safe_list_sanitizer` instead.
- Deprecate `Loofah::Helpers::ActionView::WhiteListSanitizer`,
please use `Loofah::Helpers::ActionView::SafeListSanitizer` instead.
- Deprecate `Loofah::HTML5::WhiteList`,
please use `Loofah::HTML5::SafeList` instead.
### Deprecations / Name Changes

* Deprecate `Loofah::Helpers::ActionView.white_list_sanitizer`, please use `Loofah::Helpers::ActionView.safe_list_sanitizer` instead.
* Deprecate `Loofah::Helpers::ActionView::WhiteListSanitizer`, please use `Loofah::Helpers::ActionView::SafeListSanitizer` instead.
* Deprecate `Loofah::HTML5::WhiteList`, please use `Loofah::HTML5::SafeList` instead.


## 2.2.3 / 2018-10-30
Expand Down

0 comments on commit a3a0a50

Please sign in to comment.