summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-20 07:37:34 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-20 07:37:34 +0000
commitd9d838a45beff13576e4fba42e0d5b611d0df706 (patch)
tree57f187d2c0c3b1f05a0de29fa834963952333994 /ChangeLog
parent315f27836fec6a1fef162c066c5e6644eec6351b (diff)
* distruby.rb: Add zip generation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12109 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 6aa8423c07..23dee232f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Mar 20 16:36:08 2007 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * distruby.rb: Add zip generation.
+
Tue Mar 20 16:20:49 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (rb_f_callee_name): add __method__ and __callee__ again.