From 4e30c310f160f046ecb0313e14ac85c2e531fdb2 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 2 Nov 2007 06:28:52 +0000 Subject: * error.c (Init_Exception): make NameError to be subclass of StandardError again. * error.c (Init_Exception): make SecurityError to be subclass of Exception, since it's too important to be handled implicitly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 75523d5ea..4c7db669a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Nov 1 21:56:45 2007 Yukihiro Matsumoto + + * error.c (Init_Exception): make NameError to be subclass of + StandardError again. + + * error.c (Init_Exception): make SecurityError to be subclass of + Exception, since it's too important to be handled implicitly. + Thu Nov 1 14:51:39 UTC 2007 David Flanagan * enum.c (take_while_i, drop_while_i) add RTEST to handle nil return -- cgit