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
14
14
BREAKING
15
15
********
16
16
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
+
17
23
***************
18
24
Message Changes
19
25
***************
Original file line number Diff line number Diff line change @@ -20,6 +20,17 @@ Mandatory File Changes
20
20
Breaking Changes
21
21
****************
22
22
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
+
23
34
*********************
24
35
Breaking Enhancements
25
36
*********************
You can’t perform that action at this time.
0 commit comments