changelog note for Profiler query highlighting bugfix
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 529ceea..bf3c679 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -88,6 +88,7 @@
 	<li>Fixed a bug where DBForge was outputting invalid SQL in Postgres by adding brackets around the tables in FROM</li>

 	<li>Fixed a bug (#3396) where certain POST variables would cause a PHP warning.</li>

     <li>Changed the behaviour of Active Record's update() to make the WHERE clause optional (#3395).</li>

+	<li>Changed order of SQL keywords in the Profiler $highlight array so OR would not be highlighted before ORDER BY</li>

     <li>Fixed assorted user guide typos.</li>

 </ul>