summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-01 10:41:08 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-01 10:41:08 +0000
commit02acbbe1a2404a4be5ee998a907d32b2493b9e43 (patch)
tree03e984da4ffd90b5039718ffe8c65b6b80c34c66 /ChangeLog
parent9f9f1683d4c819a89332558439de740bd9219268 (diff)
* README.EXT, README.EXT.ja: remove MANIFEST stuff.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 341002571..f79803426 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@ Mon Nov 1 13:59:28 2004 WATANABE Hirofumi <eban@ruby-lang.org>
* MANIFEST, ext/**/MANIFEST: removed.
+ * README.EXT, README.EXT.ja: remove MANIFEST stuff.
+
Mon Nov 1 11:52:18 2004 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (pipe_open): avoid conflict of variable name. [ruby-dev:24662]