summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Wood-Friend <kwoodfriend@hawthornpublications.com>2012-06-12 15:56:00 +0200
committerKevin Wood-Friend <kwoodfriend@hawthornpublications.com>2012-06-12 15:56:00 +0200
commitfe8f5e25c8127c0ff7ebb77dd5f9b982e9eb9270 (patch)
treea369b9e5956b571fc09208af47bcb8b3266ec275
parent6a56d50cc03ec74a905718e711b48253cc267f00 (diff)
Updated changelog for set_rules() accepting an array of rules, as well as a string.
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index ab3e01394..33b413163 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -147,6 +147,7 @@ Release Date: Not Released
- _execute() now considers input data to be invalid if a specified rule is not found.
- 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).
- Native PHP functions used as rules can now accept an additional parameter, other than the data itself.
+ - Updated set_rules() to accept an array of rules as well as a string.
- Changed the :doc:`Session Library <libraries/sessions>` to select only one row when using database sessions.
- Added all_flashdata() method to session class. Returns an associative array of only flashdata.
- Allowed for setting table class defaults in a config file.