Skip to content

Commit b154cae

Browse files
committed
docs: add changelog and upgrade
1 parent 75bcfea commit b154cae

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

user_guide_src/source/changelogs/v4.4.4.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Release Date: Unreleased
1414
BREAKING
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
***************
1824
Message Changes
1925
***************

user_guide_src/source/installation/upgrade_444.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ Mandatory File Changes
2020
Breaking 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
*********************
2435
Breaking Enhancements
2536
*********************

0 commit comments

Comments
 (0)