diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index db656bc..8ad7fef 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -85,6 +85,7 @@
 <li>Added <a href="./database/results.html">$query->free_result()</a> to database class.</li>

 <li>Added <a href="./database/fields.html">$query->list_fields()</a> function to database class</li>

 <li>Added <a href="./database/helpers.html">$this->db->platform()</a> function</li>

+<li>Added new <a href="./helpers/file_helper.html">File Helper</a>:  get_filenames()</li>

 <li>Added "is_numeric" to validation, which uses the native PHP is_numeric function.</li>

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

 <li>Moved most of the functions in the Controller class into the Loader class, allowing fewer reserved function names for controllers when running under PHP 5.</li>