summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-08 17:26:26 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-08 17:26:26 +0000
commitd84595deb0a38a88d2b501969f135fba8da34b80 (patch)
tree8f1889a8d6ce3855e515439efda4b9a5e62bfade /ChangeLog
parentf725819666fea2eb3746f02ef81fca64f4b03992 (diff)
* test/ruby/test_proc.rb: add some tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22827 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 a53c16b3c0..bacc1cec4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 9 02:25:54 2009 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/ruby/test_proc.rb: add some tests.
+
Mon Mar 9 01:38:00 2009 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_enum.rb: add some tests.