* 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
This commit is contained in:
kou 2013-06-16 02:02:33 +00:00
Родитель 7a58763dc6
Коммит ca4578d949
2 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Sun Jun 16 11:01:57 2013 Kouhei Sutou <kou@cozmixng.org>
* NEWS (XMLRPC::Client#http): Add.
[ruby-core:55197] [Feature #8461]
Sun Jun 16 10:38:45 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (bary_add): New function.

8
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