summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-21 04:46:22 +0200
committeradmin <devnull@localhost>2006-09-21 04:46:22 +0200
commit2962a110a14dff64fe137fb323a5ac321ccb6c20 (patch)
tree43ead46133b9b7ac2b06719e917bc7f047156bf2
parentf5136324480febd419f8f9683db61736921c2506 (diff)
-rw-r--r--user_guide/general/changelog.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html
index 4521634a0..ca04b140c 100644
--- a/user_guide/general/changelog.html
+++ b/user_guide/general/changelog.html
@@ -70,9 +70,11 @@ Change Log
<li>Updated plugins, helpers, and language classes to allow your "application" folder to contain its own plugins, helpers, and language folders. If your application folder contains any of these resources, when you load them CI will look first in your local application folder. If not found, it instead looks in the global folders.</li>
<li>Added <a href="../helpers/inflector_helper.html">Inflector helper</a>.</li>
<li>Added element() function in the <a href="../helpers/array_helper.html">array helper</a>.</li>
+<li>Added <a href="../libraries/output.html">$this->output->set_header()</a> function, which allows you to set server headers.</li>
<li>Removed the is_numeric test from the db->escape() function.</li>
<li>Fixed a MySQLi bug that was causing error messages not to contain proper errror data.</li>
<li>Fixed a bug in the email class which was causing it to ignore explicitly set alternative headers.</li>
+<li>Fixed a bug that was causing a PHP error when the Exceptions class was called within the _get_config() function.</li>
<li>Added some code to allow email attachments to be reset when sending batches of email.</li>
<li>Deprecated the following database functions: $this->db->smart_escape_str() and $this->db->fields().</li>
</ul>