summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-03 15:35:04 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-03 15:35:04 +0000
commit4990b6fa902d6741de13a7886015a5c7c0af87a5 (patch)
treeb672afa57381b90a63dc112a345e02ae731f4301 /ChangeLog
parentf2d094559b61cb80163c5e6619a2cb0350955687 (diff)
* MANIFEST: Belatedly add Test::Unit files. D'oh!
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ec2124d8..21c97eae6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Mar 4 00:33:04 2003 Akinori MUSHA <knu@iDaemons.org>
+
+ * MANIFEST: Belatedly add Test::Unit files. D'oh!
+
Sun Mar 2 09:51:47 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* marshal.c (w_nbyte): should output always via rb_io_write().