Escape behaviour in where() clauses has changed; values in those with the "FALSE" argument are no longer escaped (ie: quoted).
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 7d06f79..83ce9a6 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -72,7 +72,8 @@
<li>Database
<ul>
<li>Added <a href="./database/transactions.html">Strict Mode</a> to database transactions.</li>
- </ul>
+ <li>Escape behaviour in where() clauses has changed; values in those with the "FALSE" argument are no longer escaped (ie: quoted).</li>
+ </ul>
</li>
<li>Config
<ul>