diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2007-07-17 23:42:05 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2007-07-17 23:42:05 +0200 |
commit | ce542a298ebfc8088024cfc32bbf971286c59cd2 (patch) | |
tree | 888d8e8bcf5d17d64947f354ddd890d140f81706 | |
parent | 409904637cd661be6ceccb59af1046468da09802 (diff) |
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 568448fc6..729b35723 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -65,6 +65,7 @@ Change Log <h2>Version 1.5.5</h2>
<p>Release Date: -- still in development </p>
<ul>
+ <li>Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or no. Previously they were always saved.</li>
<li>Fixed a bug in database driver where num_rows property wasn't getting updated </li>
<li>Fixed a bug in captcha calling an invalid PHP function</li>
<li>Fixed a bug in _html_entity_decode_callback() when 'global_xss_filtering' is enabled.</li>
|