Skip to content

Commit b8ea80d

Browse files
committed
Prepare 1.2.0
1 parent 5581871 commit b8ea80d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.2.0
2+
3+
* Remove needless `white_list_sanitizer` deprecation.
4+
5+
By deprecating this, we were forcing Rails 5.2 to be updated or spew
6+
deprecations that users could do nothing about.
7+
8+
That's pointless and I'm sorry for adding that!
9+
10+
Now there's no deprecation warning and Rails 5.2 works out of the box, while
11+
Rails 6 can use the updated naming.
12+
13+
*Kasper Timm Hansen*
14+
115
## 1.1.0
216

317
* Add `safe_list_sanitizer` and deprecate `white_list_sanitizer` to be removed

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.1.0"
4+
VERSION = "1.2.0"
55
end
66
end
77
end

0 commit comments

Comments
 (0)