diff options
author | admin <devnull@localhost> | 2006-10-03 08:14:37 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-03 08:14:37 +0200 |
commit | c6ffb5dab43cb1438c3a8b2083833a0e308cab52 (patch) | |
tree | e799e8d70aa25cf8e2c7e6b12db9ce567ebf1db6 | |
parent | 07ad666409b60610a1e5b07368506f9f0ca45b22 (diff) |
-rw-r--r-- | user_guide/general/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index cfc655211..b8fceaa6d 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -78,6 +78,7 @@ Change Log <li>Added <a href="../helpers/download_helper.html">Download Helper</a>.</li>
<li>Added <a href="../database/queries.html">simple_query()</a> function to the database classes</li>
<li>Added <a href="../helpers/date_helper.html">standard_date()</a> function to the Date Helper.</li>
+<li>Updated the DB Result class to return an empty array when $query->result() doesn't produce a result.</li>
<li>Added $query->free_result();</li>
<li>Added $query->field_names() function</li>
@@ -89,7 +90,7 @@ Change Log <li><strong>Deprecated</strong> $this->db->field_names() USE $this->db->list_fields()</li>
<li><strong>Deprecated</strong> $this->load->library('unit_test'). USE $this->load->library('unit')</li>
-
+<li>Fixed a bug in the Email class related to SMTP Helo data.</li>
</ul>
|