Fixed bug #3268 where router could leave '/' as the path
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 07a605e..74068ef 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -147,6 +147,7 @@
 <h3>Bug fixes for Version 1.6.0</h3>

 	

 <ul>

+	<li>Fixed a bug (#3268) where the Router could leave '/' as the path.</li>

     <li>Fixed a bug in <kbd>highlight_phrase()</kbd> that caused an error with slashes.</li>

     <li>Fixed a bug: $field_names[] vs $Ffield_names[] in postgre and sqlite drivers.</li>

     <li>Fixed a bug in the <a href="./libraries/file_uploading.html">upload library</a> when allowed_files wasn't defined.</li>