diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index 0a91b0c..54f4746 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -73,10 +73,11 @@
 <li>Added regular expressions support for <a href="routing.html">routing rules</a>.</li>

 <li>Added the ability to <a href="core_classes.html">replace core system classes</a> with your own classes.</li>

 <li>Added support for % character in URL.</li>

-<li>Added the ability to supply full URLs using the <dfn>anchor()</dfn> helper function.</li>

+<li>Added the ability to supply full URLs using the <a href="../helpers/url_helper.html">anchor()</a> helper function.</li>

+<li>Added mode parameter to <a href="../helpers/file_helper.html">file_write()</a> helper.</li>

 <li>Moved the list of "allowed URI characters" out of the Router class and into the config file.</li>

 <li>Moved the MIME type array out of the Upload class and into its own file in the applications/config/ folder.</li>

-<li>Updated the <a href="../libraries/config.html">Config Library</a> to be able to load config files silently.</li>

+<li>Updated the <a href="../libraries/config.html">Config Library</a> to be able to load config files silently, and to be able to assign config files to their own index (to avoid collisions if you use multiple config files).</li>

 <li>Updated the URI Protocol code to allow more options so that URLs will work more reliably in different environments.</li>

 <li>Updated the <dfn>form_open()</dfn> helper to allow the GET method to be used.</li>

 <li>Updated the MySQLi <dfn>execute()</dfn> function with some code to help prevent lost connection errors.</li>