From ca4578d949a93380162924f4ac870695ce70992f Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 16 Jun 2013 02:02:33 +0000 Subject: [PATCH] * 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 --- ChangeLog | 5 +++++ NEWS | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index cf15031c89..8c4e423d97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 16 11:01:57 2013 Kouhei Sutou + + * NEWS (XMLRPC::Client#http): Add. + [ruby-core:55197] [Feature #8461] + Sun Jun 16 10:38:45 2013 Tanaka Akira * bignum.c (bary_add): New function. 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