summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-08-21 21:07:23 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-08-21 21:07:23 +0200
commit5137766f2b59daa2d5f99eda0833a950ab2eaf61 (patch)
tree863f83ccae42f56d5c14e0be667f07ec3397a3ef /user_guide/changelog.html
parentfa2c3b57ba60558c4793dec373dd2ddbd4fba1da (diff)
parent68d1f4c3e216d8490bd1b1d397c31bd51a05ecc4 (diff)
Merge pull request #240 from chonthu/develop
updated changelog and documentation for active record new 3rd argument op
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 15872c1ac..bb05f99e1 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -78,6 +78,9 @@ Change Log
<ul>
<li class="reactor">Added a <a href="http://www.cubrid.org/" target="_blank">CUBRID</a> driver to the <a href="libraries/database.html">Database Driver</a>. Thanks to the CUBRID team for supplying this patch.</li>
<li class="reactor">Typecast limit and offset in the <a href="database/queries.html">Database Driver</a> to integers to avoid possible injection.</li>
+ <li class="reactor">
+ Added additional option 'none' for the optional third argument for <kbd>$this->db->like()</kbd> in the <a href="database/active_record.html">Database Driver</a>.
+ </li>
</ul>
</li>
<li>Libraries