File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
lib/active_support/multibyte Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change
1
+ * Remove deprecate ` ActiveSupport::Multibyte::Unicode.default_normalization_form ` .
2
+
3
+ * Rafael Mendonça França*
4
+
1
5
* Remove deprecated support to use ` Range#include? ` to check the inclusion of a value in
2
6
a date time range is deprecated.
3
7
Original file line number Diff line number Diff line change @@ -8,18 +8,6 @@ module Unicode
8
8
# The Unicode version that is supported by the implementation
9
9
UNICODE_VERSION = RbConfig ::CONFIG [ "UNICODE_VERSION" ]
10
10
11
- def default_normalization_form
12
- ActiveSupport ::Deprecation . warn (
13
- "ActiveSupport::Multibyte::Unicode.default_normalization_form is deprecated and will be removed in Rails 7.0."
14
- )
15
- end
16
-
17
- def default_normalization_form = ( _ )
18
- ActiveSupport ::Deprecation . warn (
19
- "ActiveSupport::Multibyte::Unicode.default_normalization_form= is deprecated and will be removed in Rails 7.0."
20
- )
21
- end
22
-
23
11
# Decompose composed characters to the decomposed form.
24
12
def decompose ( type , codepoints )
25
13
if type == :compatibility
Original file line number Diff line number Diff line change @@ -236,6 +236,8 @@ Please refer to the [Changelog][active-support] for detailed changes.
236
236
* Remove deprecated support to use ` Range#include?` to check the inclusion of a value in
237
237
a date time range is deprecated.
238
238
239
+ * Remove deprecate ` ActiveSupport::Multibyte::Unicode.default_normalization_form` .
240
+
239
241
# ## Deprecations
240
242
241
243
# ## Notable changes
You can’t perform that action at this time.
0 commit comments