From 56c233fc4a455d33d2e679b59132b8a7a1cf1832 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 21 Jun 2017 15:29:25 +0300 Subject: Implement #193: Validating entire arrays in a single function call --- user_guide_src/source/changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide_src/source') diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 2613f8677..c94ee8756 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -51,6 +51,7 @@ Release Date: Not Released - Removed previously deprecated method ``prep_for_form()`` / rule *prep_for_form*. - Changed method ``set_rules()`` to throw a ``BadMethodCallException`` when its first parameter is not an array and the ``$rules`` one is unused. - Added rule **valid_mac**, which replicates PHP's native ``filter_var()`` with ``FILTER_VALIDATE_MAC``. + - Added ability to validate entire arrays at once, if ``is_array`` is within the list of rules. - :doc:`HTML Table Library ` changes include: -- cgit v1.2.3-24-g4f1b