Skip to content

Commit 89758d7

Browse files
committed
docs: add description of incompatible behavior
1 parent ebc9a57 commit 89758d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

user_guide_src/source/installation/upgrade_validations.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ What has been changed
1818
Use :ref:`Rule Classes <validation-using-rule-classes>` or
1919
:ref:`Closure Rule <validation-using-closure-rule>`
2020
instead.
21+
- In CI3, Callbacks/Callable rules were prioritized, but in CI4, Closure Rules are
22+
not prioritized, and are checked in the order in which they are listed.
2123
- CI4 validation format rules do not permit empty string.
2224
- CI4 validation never changes your data.
2325
- Since v4.3.0, :php:func:`validation_errors()` has been introduced, but the API is different from CI3's.

0 commit comments

Comments
 (0)