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
2121dimensions as "dot array syntax".
2222See :ref: `Upgrading <upgrade-444-validation-with-dot-array-syntax >` for details.
2323
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+
2430***************
2531Message Changes
2632***************
Original file line number Diff line number Diff line change @@ -39,6 +39,17 @@ The following code explains details:
3939
4040If you have code that depends on the bug, fix the the rule key.
4141
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+
4253*********************
4354Breaking Enhancements
4455*********************
You can’t perform that action at this time.
0 commit comments