diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index aab14d5..3f991e0 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -78,6 +78,7 @@
 <li>Added $query->field_names() function</li>

 <li>Added $this->db->platform() function</li>

 <li>Added "is_numeric" to validation</li>

+<li>Added two more protocols to the URI handler to make it more reliable when the $config['uri_protocol'] item is set to AUTO.</li>

 

 <li><strong>Deprecated "init" folder</strong>.  Initialization happens automatically now.  <a href="creating_libraries.html">Please see documentation</a>.</li>

 <li><strong>Deprecated</strong> $this->db->field_names()  USE  $this->db->list_fields()</li>