Changed version number, added upgrade instructions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index ff7a8c2..dfde918 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -33,7 +33,7 @@
 <div id="masthead">

 <table cellpadding="0" cellspacing="0" border="0" style="width:100%">

 <tr>

-<td><h1>Code Igniter User Guide Version 1.5.1</h1></td>

+<td><h1>Code Igniter User Guide Version 1.5.2</h1></td>

 <td id="breadcrumb_right"><a href="./toc.html">Table of Contents Page</a></td>

 </tr>

 </table>

@@ -62,10 +62,11 @@
 

 <h1>Change Log</h1>

 

-<h2>Version 1.5.1.1</h2>

-<p>Release Date: January 27, 2007 </p>

+<h2>Version 1.5.2</h2>

+<p>Release Date: February 13, 2007 </p>

 <ul>

-    <li>Added support for captions in the <a href="./libraries/table.html">Table Library</a> </li>

+    <li>Added <a href="./installation/downloads.html#svn">subversion information</a> to the <a href="./installation/downloads.html">downloads</a> page. </li>

+	<li>Added support for captions in the <a href="./libraries/table.html">Table Library</a> </li>

 	<li>Fixed a bug in the <a href="./helpers/download_helper.html">download_helper</a> that was causing Internet Explorer to load rather then download </li>

     <li>Fixed a bug in the Active Record Join function that was not taking table prefixes into consideration.</li>

     <li>Removed unescaped variables in error messages of Input and Router classes</li>