diff options
author | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-03-07 13:45:04 +0000 |
---|---|---|
committer | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-03-07 13:45:04 +0000 |
commit | 0c8ae9165180e39c8a18e2172876eef83cd3eae9 (patch) | |
tree | 7c327119c94e5c946a659045f106fa7f6fdc4c00 /ChangeLog | |
parent | 075d98c7dc0cee294f03ed0ed26e1e8d8876b2b9 (diff) | |
download | ruby-0c8ae9165180e39c8a18e2172876eef83cd3eae9.tar.gz |
* lib/xmlrpc/client.rb (module XMLRPC): fix typo.
* test/xmlrpc/test_client.rb (test_async_call): add test for
XMLRPC::Client#call_async to check above fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Mar 7 22:41:50 2012 CHIKANAGA Tomoyuki <nagachika00@gmail.com> + + * lib/xmlrpc/client.rb (module XMLRPC): fix typo. + + * test/xmlrpc/test_client.rb (test_async_call): add test for + XMLRPC::Client#call_async to check above fix. + Wed Mar 7 16:30:24 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> * error.c (rb_load_fail): should honor encoding. |