summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-22 15:43:27 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-03-22 15:43:27 +0000
commit3f1ab7ab5b981cbd2cbaae9ffeb81d46a6706627 (patch)
tree02a36decacc6adf6f68a0a59640651e2b728187d /ChangeLog
parent9606249e46b01dc3449825347c2ba01d8c3c020a (diff)
* test/ruby/test_settracefunc.rb (test_event): added tests for
"class" and "end" and "raise". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8183 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 9e2f604a82..17bbf0b94b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 23 00:35:10 2005 Shugo Maeda <shugo@ruby-lang.org>
+
+ * test/ruby/test_settracefunc.rb (test_event): added tests for
+ "class" and "end" and "raise".
+
Tue Mar 22 22:40:18 2005 Shugo Maeda <shugo@ruby-lang.org>
* eval.c (rb_call0): check event_hooks instead of trace_func.