aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-09 05:33:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-09 05:33:59 +0000
commitf2be33ac7629e664756016171df4c882c290504c (patch)
tree10fbc72441b9e343acfb421f38e17776e15dabcd /ChangeLog
parentd84595deb0a38a88d2b501969f135fba8da34b80 (diff)
downloadruby-f2be33ac7629e664756016171df4c882c290504c.tar.gz
* instruby.rb: prints names of the directories where files are
installed to. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22848 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 bacc1cec4f..981664fade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Mar 9 14:33:57 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * instruby.rb: prints names of the directories where files are
+ installed to.
+
Mon Mar 9 02:25:54 2009 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_proc.rb: add some tests.