From a555b762b51d41225135a2baffd7c9c0cdefead3 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Tue, 6 Mar 2012 23:49:27 +0000 Subject: [PATCH] updating changelog with ruby-core number git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index b7c8a2c70a..4d7e33417a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Wed Mar 7 08:32:43 2012 Aaron Patterson * error.c (rb_loaderror_with_path): Adding the missing file as an instance variable to the LoadError exception. + [ruby-core:39079] * load.c: call rb_loaderror_with_path so that the missing path is added to the exception.