зеркало из https://github.com/github/ruby.git
* 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:
Родитель
7a58763dc6
Коммит
ca4578d949
|
@ -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
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче