Fixed a bug in query binding (#3402).
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 54ac4f0..bf31475 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -87,10 +87,11 @@
<li>Deprecated is_numeric as a validation rule. Use of numeric and integer are preferred.</li>
<li>Made Active Record fully database prefix aware (#3384)</li>
<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 the behaviour of Active Record's update() to make the WHERE clause optional (#3395).</li>
+ <li>Fixed a bug (#3396) where certain POST variables would cause a PHP warning.</li>
+ <li>Fixed a bug in query binding (#3402).</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>
+ <li>Fixed assorted user guide typos.</li>
</ul>