We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5581871 commit b8ea80dCopy full SHA for b8ea80d
CHANGELOG.md
@@ -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
15
## 1.1.0
16
17
* Add `safe_list_sanitizer` and deprecate `white_list_sanitizer` to be removed
lib/rails/html/sanitizer/version.rb
@@ -1,7 +1,7 @@
module Rails
module Html
class Sanitizer
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
end
0 commit comments