diff options
author | admin <devnull@localhost> | 2006-11-05 22:31:00 +0100 |
---|---|---|
committer | admin <devnull@localhost> | 2006-11-05 22:31:00 +0100 |
commit | ebfa686046bb98c757d1b41c81eb867478036e68 (patch) | |
tree | 4de6b858753b219da21b1b7fa928e9fded282323 /user_guide/changelog.html | |
parent | 40d299e8221ba5d641e07c18ef19f4ac13ff9b85 (diff) |
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 644f24fea..477814d7c 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -65,6 +65,8 @@ Change Log <h2>Version 1.5.0.2</h2>
<p>Release Date: November 4, 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 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>
</ul>
|