File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
18
## 1.0.1
2
19
3
20
* Added support for Rails 4.2.0.beta2 and above
Original file line number Diff line number Diff line change 1
1
module Rails
2
2
module Html
3
3
class Sanitizer
4
- VERSION = "1.0.4 "
4
+ VERSION = "1.1.0 "
5
5
end
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments