diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2007-02-05 23:34:03 +0100 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2007-02-05 23:34:03 +0100 |
commit | 6fdadfa1593623cafaecad06f5bbb533b44c9a02 (patch) | |
tree | 189e1f811ea0029cb14618fb819857ff2d99f447 | |
parent | bb433723c84e174ed87a1daf46017866c32c83c8 (diff) |
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 035e5d606..24a1d26c7 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -66,10 +66,13 @@ 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="./libraries/image_lib.php">Image Library</a> that was ignoring resizing the same size image </li>
<li>Fixed some doc typos.</li>
</ul>
+
+
<h2>Version 1.5.0.2</h2>
<p>Release Date: November 23, 2006</p>
<ul>
|