summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-02-16 16:44:32 +0100
committerDerek Allard <derek.allard@ellislab.com>2009-02-16 16:44:32 +0100
commit616dab8bcaffb3ae2c22a51c84314ebe259401d4 (patch)
tree282a3c64f69b9effdbe1d3d803e7bd9a23688bbf /user_guide/changelog.html
parentd70b064ca3d38115ec53c38528fe7c02a9ddcf97 (diff)
Added the ability to pass $config['file_name'] for the File Uploading Class and rename the uploaded file.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index a9eec099c..19d85c073 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -62,11 +62,17 @@ Change Log
SVN Revision: </p>
<ul>
+ <li>Libraries
+ <ul>
+ <li>Added the ability to pass $config['file_name'] for the <a href="libraries/file_uploading.html">File Uploading Class</a> and rename the uploaded file.</li>
+ </ul>
+ </li>
<li>Database
<ul>
<li>Switched from using gettype() in escape() to is_* methods, since future PHP versions might change its output.</li>
</ul>
</li>
+
</ul>
<h3>Bug fixes for 1.7.2</h3>