diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-02-14 01:00:07 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-02-14 01:00:07 +0100 |
commit | 6aa124847aae699f76c013343283a11bbb474f84 (patch) | |
tree | e9083b907ac0171a96cbc3c47a75ce3b7ea7e96a | |
parent | d62052a5333079984ee2e15602ef9adf4234e348 (diff) |
added a few more changes to changelog
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 3e81cf0e7..ff7a8c223 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -68,6 +68,8 @@ Change Log <li>Added support for captions in the <a href="./libraries/table.html">Table Library</a> </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>Removed unescaped variables in error messages of Input and Router classes</li>
+ <li>Fixed a bug in the Loader that was causing errors on Libraries loaded twice. A debug message is now silently made in the log. </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>
|