diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-02-14 00:48:54 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-02-14 00:48:54 +0100 |
commit | d62052a5333079984ee2e15602ef9adf4234e348 (patch) | |
tree | 5fc62b869f4dd6b67deb01cf26fcf41176f11418 /user_guide | |
parent | dbbe40862c895296a9e3d9e184ff2da3788800d4 (diff) |
download helper change note
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 24a1d26c7..3e81cf0e7 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -66,8 +66,9 @@ Change Log <p>Release Date: January 27, 2007 </p>
<ul>
<li>Added support for captions in the <a href="./libraries/table.html">Table Library</a> </li>
- <li>Fixed a bug in the Active Record Join function that was not taking table prefixes into consideration.</li>
- <li>Fixed a bug in the form helper that gave textarea a value attribute </li>
+ <li>Fixed a bug in the <a href="./helpers/download_helper.html">download_helper</a> that was causing Internet Explorer to load rather then download </li>
+ <li>Fixed a bug in the Active Record Join function that was not taking table prefixes into consideration.</li>
+ <li>Fixed a bug in the <a href="./helpers/form_helper.html">form helper</a> that gave textarea a value attribute </li>
<li>Fixed a bug in the <a href="./libraries/image_lib.php">Image Library</a> that was ignoring resizing the same size image </li>
<li>Fixed some doc typos.</li>
</ul>
|