summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2006-11-20 18:33:06 +0100
committerRick Ellis <rick.ellis@ellislab.com>2006-11-20 18:33:06 +0100
commit205971012e9cd8e2cebf2ea798f45629f9849723 (patch)
tree81b85637964f8ed044c62b5970846940f0f63c51 /user_guide/changelog.html
parent325197e700564f8e4e0ba7c9fc82abfd85f451b0 (diff)
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 461142fd9..45bafce1c 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -63,13 +63,15 @@ Change Log
<h1>Change Log</h1>
<h2>Version 1.5.0.2</h2>
-<p>Release Date: November 4, 2006</p>
+<p>Release Date: November 20, 2006</p>
<ul>
<li>Added support for submitting arrays of libraries in the $this->load->library function.</li>
<li>Added support for naming custom library files in lower or uppercase.</li>
+<li>Fixed a bug related to output buffering.</li>
<li>Fixed a bug in the active record class that was not resetting query data after a completed query.</li>
-<li>Fixed a bug that was supressing errors in controllers.</li>
+<li>Fixed a bug that was suppressing errors in controllers.</li>
<li>Fixed a problem that can cause a loop to occur when the config file is missing.</li>
+<li>Fixed an oversight that was not unsetting globals properly in the input sanitize function.</li>
<li>Fixed some bugs in the Oracle DB driver.</li>
<li>Fixed some doc typos.</li>
</ul>