summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-05-12 18:17:58 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-05-12 18:17:58 +0200
commitd56743b0d65603ebd556a05f740d5bd5da05101b (patch)
tree594e52f680b78d7c62c6e1e317d19da07e21073e /user_guide/changelog.html
parentd36ade01b57ac39c328d9e0278b28b04fbef895e (diff)
fixed a bug that would lead to a PHP notice error of array to string conversion in prep_for_form()
http://codeigniter.com/bug_tracker/bug/4425/
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 8c94d4689..e08b715f2 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -141,6 +141,7 @@ SVN Commit: not currently released</p>
<li>Fixed a bug (#4223) where DB caching would not work for returned DB objects or multiple DB connections.</li>
<li>Fixed a bug where SMTP emails were not having dot transformation performed on lines that begin with a dot.</li>
<li>Fixed a bug in display_error() in the DB driver that was instantiating new Language and Exception objects, and not using the error heading.</li>
+ <li>Fixed an array to string conversion error in the Validation library (#4425)</li>
<li>Fixed a bug (#4506) with overlay_watermark() in the Image library preventing support for PNG-24s with alpha transparency</li>
</ul>