diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index 4373de7..931837c 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -68,7 +68,7 @@
 

 <ul>

 <li>Added <a href="../database/utilities.html">DB utility class</a>, permitting DB backups, CVS or XML files from DB results, and various other functions.</li>

-<li>Added <a href="../database/caching.html">DB Caching class</a> permitting queries to be cached.</li>

+<li>Added <a href="../database/caching.html">Query Caching</a> to database class.</li>

 <li>Added <a href="../database/transactions.html">transaction support</a> to the database classes.</li>

 <li>Added relationship capability to the database active record class</li>

 <li>Added <a href="../libraries/Zip.html">Zip Encoding Library</a> permitting files to be Zip compressed.</li>