Skip to content

Commit fe8f5e2

Browse files
author
Kevin Wood-Friend
committed
Updated changelog for set_rules() accepting an array of rules, as well as a string.
1 parent 6a56d50 commit fe8f5e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user_guide_src/source/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ Release Date: Not Released
147147
- _execute() now considers input data to be invalid if a specified rule is not found.
148148
- Removed method is_numeric() as it exists as a native PHP function and _execute() will find and use that (the 'is_numeric' rule itself is deprecated since 1.6.1).
149149
- Native PHP functions used as rules can now accept an additional parameter, other than the data itself.
150+
- Updated set_rules() to accept an array of rules as well as a string.
150151
- Changed the :doc:`Session Library <libraries/sessions>` to select only one row when using database sessions.
151152
- Added all_flashdata() method to session class. Returns an associative array of only flashdata.
152153
- Allowed for setting table class defaults in a config file.

0 commit comments

Comments
 (0)