From 29b994d2d63150a4195c66b38ce53288ea82078f Mon Sep 17 00:00:00 2001 From: shugo Date: Sat, 11 Oct 2003 01:20:45 +0000 Subject: * lib/monitor.rb: handle exceptions correctly. Thanks, Gennady Bystritsky. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 742b2058f..5b1a3785e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 11 10:19:39 2003 Shugo Maeda + + * lib/monitor.rb: handle exceptions correctly. Thanks, Gennady + Bystritsky. + Fri Oct 10 07:50:54 2003 Nobuyoshi Nakada * eval.c (is_defined): inheritance line adjustment as like as -- cgit