aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
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