Removed deprecated _drop_database() and _create_database() functions from db utility drivers.
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 7e86ba4..171392f 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -110,6 +110,7 @@
<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