diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-08-21 00:38:05 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-08-21 00:38:05 +0200 |
commit | 3deaa28a6e62054977daa4228fbe1429427ae990 (patch) | |
tree | 050afdcc7bef4911379d729970d91101f10f0635 | |
parent | 228d21ebdacd389e5c1492eebe3e04a20ad9dea5 (diff) |
-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 d22dcbaba..02cb2fc67 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -74,6 +74,7 @@ SVN Revision: XXXX</p> </li>
<li>Libraries
<ul>
+ <li>Updated the <a href="libraries/sessions.html">Sessions class</a> so that any custom data being saved gets stored to a database rather than the session cookie (assuming you are using a database to store session data), permitting much more data to be saved.</li>
<li>Added the ability to store libraries in subdirectories within either the main "libraries" or the local application "libraries" folder. Please see the <a href="libraries/loader.html">Loader class</a> for more info. </li>
<li>Changed the output of the profiler to use style attribute rather then clear, and added the id "codeigniter_profiler" to the container div</li>
<li>Added <kbd>is_natural()</kbd> and <kbd>is_natural_no_zero()</kbd> to the <a href="libraries/validation.html">Validation class</a>.</li>
|