summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-16 02:02:33 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-16 02:02:33 +0000
commitca4578d949a93380162924f4ac870695ce70992f (patch)
tree63c1393e00cf9de65c3fe3a8f60829941a310318 /NEWS
parent7a58763dc6d9920f9187b33e350065d5fe3b3aa3 (diff)
* NEWS (XMLRPC::Client#http): Add.
[ruby-core:55197] [Feature #8461] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d8273ce3d9..0906cfcac4 100644
--- a/NEWS
+++ b/NEWS
@@ -118,6 +118,14 @@ with all sufficient information, see the ChangeLog file.
* CGI::Util
* All class methods modulized.
+* XMLRPC::Client
+ * New methods:
+ * XMLRPC::Client#http. It returns Net::HTTP for the client. Normally,
+ it is not needed. It is useful when you want to change minor HTTP client
+ options. You can change major HTTP client options by XMLRPC::Client
+ methods. You should use XMLRPC::Client methods for changing major
+ HTTP client options instead of XMLRPC::Client#http.
+
=== Stdlib compatibility issues (excluding feature bug fixes)
* URI