summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2010-10-12 16:29:35 +0200
committerGreg Aker <greg.aker@ellislab.com>2010-10-12 16:29:35 +0200
commitce43396cb7beb49558cd78cf7ef51956a74b8185 (patch)
treee93e0e7d0f5814b086acd34fef88cfe5d2c75755 /user_guide/changelog.html
parentc288ea957dd5b01abba96c9644f309a2714482e7 (diff)
Fix #83 where multiple libraries could not be loaded at once by passing an array to the load->library() function.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 58fd78008..df2820789 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -187,6 +187,7 @@ Hg Tag: </p>
<li>Fixed a bug in the Email library where CC and BCC recipients were not reset when using the clear() method (#109).</li>
<li>Fixed a bug in the URL Helper where prep_url() could cause a PHP error on PHP versions &lt; 5.1.2.</li>
<li>Added a log message in core/output if the cache directory config value was not found.</li>
+ <li>Fixed a bug where multiple libraries could not be loaded by passing an array to load-&gt;library()</li>
</ul>
<h2>Version 1.7.2</h2>