diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-10-12 16:33:10 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-10-12 16:33:10 +0200 |
commit | e4054b8e62bf8dcbfbc689752a6e952fe1aa1be0 (patch) | |
tree | 3676937c28bde64a98917c44dbe35530243963fc /user_guide/changelog.html | |
parent | 3a082fd3d6cb2e72612d51b9d8e54e93effb93eb (diff) | |
parent | ce43396cb7beb49558cd78cf7ef51956a74b8185 (diff) |
Automated merge with http://hg.ellislab.com/CodeIgniter2
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 8c052572a..5bfbee702 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -188,6 +188,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 < 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->library()</li> </ul> <h2>Version 1.7.2</h2> |