diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index c8e1135..c479722 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -64,10 +64,7 @@
 

 

 <h2>Version 1.5.0 Beta 3</h2>

-<p>Release Date: October 25, 2006</p>

-

-<p class="important"><strong>Important:</strong>&nbsp; In Beta 3, the way native libraries are extended has changed slightly thanks to

-a suggestion offered by coolfactor in our forums.  Please check the documentation below if you are extending classes.</p>

+<p>Release Date: October 30, 2006</p>

 

 <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>

@@ -76,7 +73,8 @@
 <li>Added <a href="./general/profiling.html">Profiler Class</a> which generates a report of Benchmark execution times, queries, and POST data at the bottom of your pages.</li>

 <li>Added <a href="./libraries/user_agent.html">User Agent Library</a> which allows browsers, robots, and mobile devises to be identified.</li>

 <li>Added <a href="./libraries/table.html">HTML Table Class</a> , enabling tables to be generated from arrays or database results.</li>

-<li>Added <a href="./libraries/Zip.html">Zip Encoding Library</a>.</li>

+<li>Added <a href="./libraries/zip.html">Zip Encoding Library</a>.</li>

+<li>Added <a href="./libraries/ftp.html">FTP Library</a>.</li>

 <li>Added the ability to <a href="./general/creating_libraries.html">extend libraries</a> and <a href="./general/core_classes.html">extend core classes</a>, in addition to being able to replace them.</li>

 <li>Added support for storing <a href="./general/models.html">models within sub-folders</a>.</li>

 <li>Added <a href="./helpers/download_helper.html">Download Helper</a>.</li>