bugfix (#1842) - added 'index' to routed segment array when only the controller was specified in the URI.
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 200b4c0..1affd9d 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -161,6 +161,7 @@
 <h3>Bug fixes for Version 1.6.0</h3>

 	

 <ul>

+	<li>Fixed a bug (#1842) where the $this->uri->rsegments array would not include the 'index' method if routed to the controller without an implicit method.</li>

 	<li>Fixed a bug (#1872) where word_limiter() was not retaining whitespace.</li>

 	<li>Fixed a bug (#1890) in csv_from_result() where content that included the delimiter would break the file.</li>

 	<li>Fixed a bug (#2542)in the clean_email() method of the Email class to allow for non-numeric / non-sequential array keys.</li>