Skip to content

Commit df0c946

Browse files
committed
Prepare version 1.1.0
1 parent bf6adff commit df0c946

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.1.0
2+
3+
* Add `safe_list_sanitizer` and deprecate `white_list_sanitizer` to be removed
4+
in 1.2.0. https://github.com/rails/rails-html-sanitizer/pull/87
5+
6+
*Juanito Fatas*
7+
8+
* Remove `href` from LinkScrubber's `tags` as it's not an element.
9+
https://github.com/rails/rails-html-sanitizer/pull/92
10+
11+
*Juanito Fatas*
12+
13+
* Explain that we don't need to bump Loofah here if there's CVEs.
14+
https://github.com/rails/rails-html-sanitizer/commit/d4d823c617fdd0064956047f7fbf23fff305a69b
15+
16+
*Kasper Timm Hansen*
17+
118
## 1.0.1
219

320
* Added support for Rails 4.2.0.beta2 and above

lib/rails/html/sanitizer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Rails
22
module Html
33
class Sanitizer
4-
VERSION = "1.0.4"
4+
VERSION = "1.1.0"
55
end
66
end
77
end

0 commit comments

Comments
 (0)