From b7c66e31de87dc6f4b1b8666f44b2487b1c0b3b8 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Tue, 4 Oct 2011 16:24:58 +0000 Subject: * ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescue since postfix rescue cannot receive the exception class. Thanks nagachika! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f1c5858fc8..0e1de32cb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 5 01:22:08 2011 Aaron Patterson + + * ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescue + since postfix rescue cannot receive the exception class. Thanks + nagachika! + Tue Oct 4 21:10:08 2011 Nobuyoshi Nakada * class.c (class_alloc): allocate extra memory after containing -- cgit v1.2.3