summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-19 13:59:27 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-19 13:59:27 +0000
commit40092cb83be935b369a4d45bf31f8feac83ca0f1 (patch)
tree209c33fb227b88fc0dcf17a72beb292fb286e203 /ChangeLog
parent03e97f68c6eea84080263c139add33abd2c5567d (diff)
downloadruby-40092cb83be935b369a4d45bf31f8feac83ca0f1.tar.gz
ruby-40092cb83be935b369a4d45bf31f8feac83ca0f1.tar.xz
ruby-40092cb83be935b369a4d45bf31f8feac83ca0f1.zip
* lib/soap/property.rb (SOAP::Property#load): new method for loading
property value into existing property tree. * test/soap/test_property.rb: add test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca0241bad..be46652dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Dec 19 22:56:46 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
+
+ * lib/soap/property.rb (SOAP::Property#load): new method for loading
+ property value into existing property tree.
+
+ * test/soap/test_property.rb: add test.
+
Fri Dec 19 19:21:49 2003 akira yamada <akira@ruby-lang.org>
* lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run):