diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index 0bcb165..a03d6b1 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -69,8 +69,9 @@
 

 <ul>

 <li>Added <a href="hooks.html">Hooks</a> feature, enabling you to tap into and modify the inner workings of the framework without hacking the core files.</li>

-<li>Added the ability to <a href="base_classes.html">replace core system classes</a> with your own classes.</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>Updated the <a href="routing.html">Routing feature</a> to accept regular expressions within routing rules.</li>

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

 <li>Removed a strtolower() call that was changing URL segments to lower case.</li>

 <li>Deprecated the hash() function due to a naming conflict with a native PHP function with the same name.  Please use dohash() instead.</li>