summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-01-18 21:45:28 +0100
committerDerek Jones <derek.jones@ellislab.com>2008-01-18 21:45:28 +0100
commitc4c0ac4d4eebc414a63b49357d73e80204d1ad86 (patch)
treeb61b9306ca7cf26545ff9ced9eaace281bdec933 /user_guide/changelog.html
parentb2bbd6143d94fc0a971b242cc82f5d62ba5eda4e (diff)
added greater precision to $_FILE upload errors
Diffstat (limited to 'user_guide/changelog.html')
-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 0f6c677d2..a102cc96a 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -95,6 +95,7 @@ Change Log
<li>Moved part of the userguide menu javascript to an external file.</li>
<li>Modified variable names in _ci_load() method of Loader class to avoid conflicts with view variables.</li>
<li>Modified prep_for_form() in the Validation class to accept arrays, adding support for POST array validation (via callbacks only)</li>
+ <li>Modified Upload class $_FILE error messages to be more precise.</li>
<li>Changed the behaviour of custom callbacks so that they no longer trigger the &quot;required&quot; rule. </li>
<li>Changed the behaviour of variables submitted to the where() clause with no values to auto set &quot;IS NULL&quot;</li>
<li>Strengthened the Encryption library to help protect against man in the middle attacks when MCRYPT_MODE_CBC mode is used.</li>