diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-08-21 00:13:47 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-08-21 00:13:47 +0200 |
commit | 7a7b79367e854973de9b268ed518db0545d4a458 (patch) | |
tree | 9639de50416bf2d06a9d6d8a0f6e11882fe7c4cf | |
parent | 38f69169d717d06ca2d1499fa8037c2adc2a1afe (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 79156e38b..d22dcbaba 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -76,6 +76,7 @@ SVN Revision: XXXX</p> <ul>
<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>
</ul>
</li>
|