From 0373c5e51c93d9b067e012e19ee6ab4e12162bf9 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 3 Jul 2003 14:44:46 +0000 Subject: * lib/timeout.rb: add optional exception argument for compatibility function. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fb7026e15..21f6c970d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 3 23:41:30 2003 Tanaka Akira + + * lib/timeout.rb: add optional exception argument for compatibility + function. + Thu Jul 3 14:22:46 2003 Yukihiro Matsumoto * array.c (rb_values_at): extract common procedure from -- cgit