summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-15 11:25:41 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-15 11:25:41 +0000
commitb83031262e19826d3e8997dd44781eb79ef55a0a (patch)
tree9840fa79e705a9b41e6b2c5433451b5a7d35b990 /ChangeLog
parentf38121f2b43499ee5fe48b2b9688b526f1cc6b0d (diff)
downloadruby-b83031262e19826d3e8997dd44781eb79ef55a0a.tar.gz
ruby-b83031262e19826d3e8997dd44781eb79ef55a0a.tar.xz
ruby-b83031262e19826d3e8997dd44781eb79ef55a0a.zip
* lib/soap/netHttpClient.rb: use URI::HTTP#request_uri instead of
instance_eval('path_query'). [ruby-list:38575] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f6d2c056..6b2311a96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 15 20:22:31 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
+
+ * lib/soap/netHttpClient.rb: use URI::HTTP#request_uri instead of
+ instance_eval('path_query'). [ruby-list:38575]
+
Wed Oct 15 17:24:45 2003 URABE Shyouhei <root@mput.dip.jp>
* lib/cgi.rb (CGI::Cookie): tiny typo fix.