File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ A validation rule with the wildcard ``*`` now validates only data in correct
21
21
dimensions as "dot array syntax".
22
22
See :ref: `Upgrading <upgrade-444-validation-with-dot-array-syntax >` for details.
23
23
24
+ Validation rules matches and differs
25
+ ====================================
26
+
27
+ Bugs have been fixed in the case where ``matches `` and ``differs `` in the Strict
28
+ and Traditional rules validate data of non-string types.
29
+
24
30
***************
25
31
Message Changes
26
32
***************
Original file line number Diff line number Diff line change @@ -39,6 +39,17 @@ The following code explains details:
39
39
40
40
If you have code that depends on the bug, fix the the rule key.
41
41
42
+ Validation rules matches and differs
43
+ ====================================
44
+
45
+ Because bugs have been fixed in the case where ``matches `` and ``differs `` in
46
+ the Strict and Traditional rules validate data of non-string types, if you are
47
+ using these rules and validate non-string data, the validation results might be
48
+ changed (fixed).
49
+
50
+ Note that Traditional Rules should not be used to validate data that is not a
51
+ string.
52
+
42
53
*********************
43
54
Breaking Enhancements
44
55
*********************
You can’t perform that action at this time.
0 commit comments