summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2010-08-06 20:06:32 +0200
committerGreg Aker <greg.aker@ellislab.com>2010-08-06 20:06:32 +0200
commitc5b044b739234c1e1635d4a4647b3440c44f4fa3 (patch)
tree46da3ed9f3190d39523749f8e301f1e4b3a12be6 /user_guide/changelog.html
parent88f8d9f4c9d590cc14e71cd77f34e5e2abe57e21 (diff)
Removed deprecated _drop_database() and _create_database() functions from db utility drivers.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 7e86ba4eb..171392f46 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -110,6 +110,7 @@ Hg Tag: </p>
<li>Fixed a bug where driver specific table identifier protection could lead to malformed queries in the <kbd>field_data()</kbd> functions.</li>
<li>Fixed a bug where an undefined class variable was referenced in database drivers.</li>
<li>Removed the following deprecated functions: orwhere, orlike, groupby, orhaving, orderby, getwhere.</li>
+ <li>Removed deprecated _drop_database() and _create_database() functions from the db utility drivers.</li>
</ul>
</li>
<li>Helpers