summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-05-12 19:19:51 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-05-12 19:19:51 +0200
commitc14968d0a2d6f25cdaf333b8f697991177387bed (patch)
treeb66fe15f764609b00daa2ed26d955c3a9eface8a /user_guide/changelog.html
parentd56743b0d65603ebd556a05f740d5bd5da05101b (diff)
changed $xmlrpcDateTime property to all lowercase 'datetime.iso8601' so it can be recognized as a valid XML-RPC type
http://codeigniter.com/bug_tracker/bug/4153/
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 e08b715f2..35f67fd16 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -143,6 +143,7 @@ SVN Commit: not currently released</p>
<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>
+ <li>Fixed a bug (#4153) in the XML-RPC class preventing dateTime.iso8601 from being used.</li>
</ul>
<h2>Version 1.6.1</h2>