Skip to content

Commit db0ad7e

Browse files
committed
docs: add changelog and upgrade
1 parent fdd9ec8 commit db0ad7e

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
@@ -21,6 +21,12 @@ A validation rule with the wildcard ``*`` now validates only data in correct
2121
dimensions as "dot array syntax".
2222
See :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
***************
2531
Message Changes
2632
***************

user_guide_src/source/installation/upgrade_444.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ The following code explains details:
3939

4040
If 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
*********************
4354
Breaking Enhancements
4455
*********************

0 commit comments

Comments
 (0)