summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-09-18 21:18:53 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-09-18 21:18:53 +0200
commit53a9c3f3fdc480a2392f256875d97d41b9ce2625 (patch)
tree20d3de3519e3b3ca0e36f70ee793b43c7e7c12fc /user_guide
parent2005ffe2fb3cff05fd5e8cd7e73a4c7053328574 (diff)
Fixed a bug in Validation where valid_ip() wasn't called properly
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index e8f783ea0..55ddcdb67 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -74,6 +74,7 @@ Change Log
<li>Added titles to all user manual pages.</li>
<li>Documented the timezones() function in the <a href="./helpers/date_helper.html">Date Helper</a>.</li>
<li>Documented unset_userdata in the <a href="./libraries/sessions.html">Session class</a>.</li>
+ <li>Fixed a bug in <a href="./libraries/validation.html">Validation</a> where valid_ip() wasn't called properly</li>
<li>Fixed a bug in database driver where num_rows property wasn't getting updated.</li>
<li>Fixed a bug in captcha calling an invalid PHP function.</li>
<li>Fixed a bug in _html_entity_decode_callback() when 'global_xss_filtering' is enabled.</li>