Added and documented Active Record caching.
Made AR fully database-prefix aware
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 1732e50..573db86 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -62,10 +62,24 @@
<p>Release Date: -- still in development</p>
<ul>
- <li>Modified xss_clean() to be more intelligent with its handling of URL encoded strings.</li>
+ <li>Active Record
+ <ul>
+ <li>Added <a href="./database/active_record.html#caching">Active Record Caching</a>.</li>
+ <li>Made Active Record fully database-prefix aware</li>
+ </ul>
+ </li>
+ <li>Core Changes
+ <ul>
+ <li>Modified xss_clean() to be more intelligent with its handling of URL encoded strings.</li>
+ </ul>
+ </li>
+ </ul>
+
+
+<h3>Bugfixes for 1.6.1</h3>
+<ul>
+ <li> Made Active Record fully database prefix aware (#3384)</li>
</ul>
-
-
<h2>Version 1.6.0</h2>
<p>Release Date: January 30, 2008 </p>
<ul>