diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-10-07 03:00:23 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-10-07 03:00:23 +0200 |
commit | 69f23c1964c8e7352c5a75702fce30de9d4bd227 (patch) | |
tree | cb89ef94844b3b97543ced53741c53e90248e3f7 | |
parent | 482ee4325894bb05b4f97bb9e9ded14e5fce93ba (diff) |
-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 4d90f6fda..d77ed089f 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -122,6 +122,8 @@ SVN Revision: XXXX</p> <li>Fixed a bug that was ignoring case when comparing controller methods (#4560)</li>
<li>Fixed a bug (#4615) that was not setting SMTP authorization settings when using the initialize function</li>
<li>Fixed a bug in <kbd>highlight_code()</kbd> in the Text helper that would leave a stray </span> in certain cases.</li>
+ <li>Fixed Oracle bug (#3306) that was preventing multiple queries in one action.</li>
+ <li>Fixed ODBC bug that was ignoring connection params due to its use of a constructor.</li>
</ul>
<h2>Version 1.6.3</h2>
|