summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorpaulburdick <devnull@localhost>2008-01-23 00:36:50 +0100
committerpaulburdick <devnull@localhost>2008-01-23 00:36:50 +0100
commit571e2c280a4358202dff1888055038431f032eeb (patch)
treebcacebb60a83cb7ecbfa581306bab442f7381898 /user_guide/changelog.html
parentc45cf3c14696bbc04b6270a29948682954afecb7 (diff)
XML-RPC tweaks
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index adbd500e9..66aa63539 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -120,6 +120,7 @@ Change Log
<li>Moved the safe mode and auth checks for the Email library into the constructor. </li>
<li>Modified variable names in _ci_load() method of Loader class to avoid conflicts with view variables.</li>
<li>Added a few additional mime type variations for CSV.</li>
+ <li>Enabled the 'system' methods for the XML-RPC Server library, except for 'system.multicall' which is still disabled.</li>
</ul>
</li>
@@ -186,6 +187,7 @@ Change Log
<li>Fixed a bug in the typography helper causing extraneous paragraph tags when string contains tags.</li>
<li>Fixed a bug in the Encryption Library to support modes other than MCRYPT_MODE_ECB</li>
<li>Fixed a bug in the Typography Helper where unordered list was listed &quot;un&quot; (#3267)</li>
+ <li>Fixed a bug in the XML-RPC library so if a type is specified, a more intelligent decision is made as to the default type</li>
<li>Fixed a bug (#3175) preventing certain libraries from working properly when autoloaded in PHP 4</li>
<li>Fixed an example of comma-separated emails in the email library documentation.</li>
<li>Fixed an example in the Calendar library for Showing Next/Previous Month Links.</li>