From acd6cfa5b9d83613370f944c253e6f3e2a62ca6e Mon Sep 17 00:00:00 2001 From: jeg2 Date: Wed, 24 Oct 2007 19:48:06 +0000 Subject: * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Improving the error message for Content-Type check failures. [ruby-core:12163] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be8433481..15a1c6be1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 25 04:46:53 2007 James Edward Gray II + + * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Improving the error + message for Content-Type check failures. [ruby-core:12163] + Wed Oct 25 03:45:08 2007 James Edward Gray II * lib/xmlrpc/utils.rb (XMLRPC::ParseContentType#parse_content_type): -- cgit