diff options
-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>
|