Skip to content

Commit 45cb9ca

Browse files
authored
Merge pull request #7821 from cakephp/5.next-enum
Docs for enum additions.
2 parents db5482d + 5501605 commit 45cb9ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/appendices/5-1-migration-guide.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ Validation
9292

9393
- ``Validation::enum()`` and ``Validator::enum()`` were added. These validation
9494
methods simplify validating backed enum values.
95+
- ``Validation::enumOnly()`` and ``Validation::enumExcept()`` were added to check for specific cases
96+
and further simplify validating backed enum values.
9597

9698
View
9799
----

0 commit comments

Comments
 (0)