aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-08 07:55:00 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-08 07:55:00 +0000
commitd69d6b6c368fef17958d647600c1d8ef7b602d7a (patch)
tree30e26b919127c2e34fe0ad1e780b11e9aab7e026 /ChangeLog
parent973c2ad00d5d9f8636b9472a245e56d5729fe3e0 (diff)
downloadruby-d69d6b6c368fef17958d647600c1d8ef7b602d7a.tar.gz
* test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase which
dumps "E" at month-end. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5414 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 c8525949e7..6657710854 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jan 8 16:51:04 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
+
+ * test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase which
+ dumps "E" at month-end.
+
Thu Jan 8 11:20:01 2004 WATANABE Hirofumi <eban@ruby-lang.org>
* eval.c, object.c, process.c, re.c: don't use C++ style comments.