Fixed a bug that wasn't allowing escaping to be turned off if the value of a query was NULL.
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 62e4541..1efaa6b 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -63,7 +63,8 @@
<li>Active Record
<ul>
<li>Added the ability to prevent escaping in having() clauses.</li>
- </ul>
+ <li>Fixed a bug that wasn't allowing escaping to be turned off if the value of a query was NULL.</li>
+ </ul>
</li>
<li>Config
<ul>