diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index b6bd899..2dcde94 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -96,7 +96,7 @@
 			<li>Added a few openxml document mime types, and an additional mobile agent to mimes.php and user_agents.php respectively.</li>

 			<li>Added sanitization in xss_clean() for a deprecated HTML tag that could be abused in user input in Internet Explorer.</li>

 			<li>Added <a href="./general/styleguide.html">PHP Style Guide</a> to docs.</li>

-			<li>Added backticks around column names in MySQL when using insert_string and update_string functions.</li>

+			<li>Added backticks around column names in MySQL when using insert_string and update_string functions, and in where() function.</li>

 		</ul>

 	</li>

 </ul>