Added a third parameter to Active Record's like() clause to control where the wildcard goes.

Deprecated from Active Record; getwhere() for get_where(); groupby() for group_by(); orderby() for order_by; orwhere() for or_where(); and orlike() for or_like().
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 9c23992..a47d3a0 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -78,6 +78,7 @@
     <li>Added <kbd>quotes_to_entities()</kbd> function to <a href="./helpers/string_helper.html">string helper</a>.</li>

     <li>Added <kbd>form_reset()</kbd> function to <a href="./helpers/form_helper.html">form helper</a>.</li>

     <li>Added a language entry for valid_ip validation error.</li>

+    <li>Added a third parameter to Active Record's like() clause to control where the wildcard goes. </li>

     <li>Moved the safe mode and auth checks for the Email library into the constructor. </li>

     <li>Fixed a bug in <kbd>highlight_pharse()</kbd> that caused an error with slashes.</li>

     <li>Fixed a bug in <kbd>word_wrap()</kbd> of the Text Helper that incorrectly referenced an object. </li>

@@ -101,6 +102,7 @@
     <li>Fixed a typo in the DocBlock comment for unset_userdata() in Session.</li>

     <li>Fixed a typo in the table library docs. </li>

     <li>Moved part of the userguide menu javascript to an external file. </li>

+    <li>Deprecated from Active Record; getwhere() for get_where(); groupby() for group_by(); orderby() for order_by; orwhere() for or_where(); and orlike() for or_like().</li>

 </ul>