From 0c8ae9165180e39c8a18e2172876eef83cd3eae9 Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 7 Mar 2012 13:45:04 +0000 Subject: * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c73efc3f79..2dff3c1369 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Mar 7 22:41:50 2012 CHIKANAGA Tomoyuki + + * 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 * error.c (rb_load_fail): should honor encoding. -- cgit v1.2.3