summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-10-18 08:49:41 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-10-18 08:49:41 +0200
commit418ca33235482dd8dacb2bf1c1ade067c53af2de (patch)
tree258317483118c466a3677d01f42a8609d67415f3 /user_guide/changelog.html
parent849ecdefeb2dab583669bd5b79e8f2a18906c95e (diff)
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 54e50a44a..214d57195 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -110,6 +110,7 @@ SVN Revision: XXXX</p>
<li>Added support for mb_strlen in the validation class so that multi-byte languages will calculate string lengths properly.</li>
<li>Added support for multiple database connections in the Profiler class.</li>
<li>Added port support to MySQL, MySQLi, and MS SQL database drivers.</li>
+ <li>Added Active Record caching feature to update and delete functions.</li>
<li>Modified Cookie key cleaning to unset a few troublesome key names that can be present in certain environments, preventing CI from halting execution.</li>
</ul>
</li>
@@ -141,6 +142,7 @@ SVN Revision: XXXX</p>
<li>Fixed Image_lib class bug #4532. When cropping an image with identical height/width settings on output, a copy is made.</li>
<li>Fixed DB_driver bug (4900), in which a database error was not being logged correctly.</li>
<li>Fixed DB backup bug in which field names were not being escaped.</li>
+ <li>Fixed a DB Active Record caching bug in which multiple calls to cached data were not being honored.</li>
<li>Fixed a spelling error in a Loader error message.</li>
<li>Fixed a bug (5050) with IP validation with empty segments.</li>
</ul>