diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-04-06 20:22:00 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-04-06 20:22:00 +0200 |
commit | e808aac2627c35d50082f814d9778c4bf976011c (patch) | |
tree | 28db5d8b761dc02560e0f4c347a4e569f1dd66b2 /user_guide/changelog.html | |
parent | 3ad8efe07deb3ec27a205815dc9097c20c728e9b (diff) |
Added the ability to prevent escaping in having() clauses.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index af51c0e24..62e4541e0 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -60,6 +60,11 @@ Change Log <h2>Version 1.6.2</h2>
<p>Release Date: not currently released</p>
<ul>
+ <li>Active Record
+ <ul>
+ <li>Added the ability to prevent escaping in having() clauses.</li>
+ </ul>
+ </li>
<li>Config
<ul>
<li>Added 'application/vnd.ms-powerpoint' to list of mime types.</li>
|