diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-02-16 18:23:16 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-02-16 18:23:16 +0100 |
commit | d8d1e24eee56d2466c91ecd72b3c8932eb3d0639 (patch) | |
tree | f9a78a5640393b74851eef4d1465e2ccbcc3bd37 /user_guide/changelog.html | |
parent | f2b9c911bcee47166f3fdc8f2f57d1cafeade006 (diff) |
Secure cookies can now be made with the set_cookie() helper and Input Class method.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 4d3b502a8..ab825c8d8 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -68,6 +68,7 @@ Hg Tag: n/a</p> <ul> <li class="reactor">Added <kbd>decimal</kbd>, <kbd>less_than</kbd> and <kbd>greater_than</kbd> rules to the <a href="libraries/form_validation.html">Form validation Class</a>.</li> <li class="reactor"><a href="libraries/input.html">Input Class</a> methods <kbd>post()</kbd> and <kbd>get()</kbd> will now return a full array if the first argument is not provided.</li> + <li class="reactor">Secure cookies can now be made with the <kbd>set_cookie()</kbd> helper and <a href="libraries/input.html">Input Class</a> method.</li> </ul> </li> </ul> |