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 @@ -14,6 +14,12 @@ Release Date: Unreleased
1414BREAKING
1515********
1616
17+ Validation rules matches and differs
18+ ------------------------------------
19+
20+ Bugs have been fixed in the case where ``matches `` and ``differs `` in the Strict
21+ and Traditional rules validate data of non-string types.
22+
1723***************
1824Message Changes
1925***************
Original file line number Diff line number Diff line change @@ -20,6 +20,17 @@ Mandatory File Changes
2020Breaking Changes
2121****************
2222
23+ Validation rules matches and differs
24+ ------------------------------------
25+
26+ Because bugs have been fixed in the case where ``matches `` and ``differs `` in
27+ the Strict and Traditional rules validate data of non-string types, if you are
28+ using these rules and validate non-string data, the validation results might be
29+ changed (fixed).
30+
31+ Note that Traditional Rules should not be used to validate data that is not a
32+ string.
33+
2334*********************
2435Breaking Enhancements
2536*********************
You can’t perform that action at this time.
0 commit comments