summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-06 23:49:27 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-06 23:49:27 +0000
commita555b762b51d41225135a2baffd7c9c0cdefead3 (patch)
tree4476cadbf2a266468192bb2ca9659f747bc041ee
parentd576a25c26ea6765254e7ec247f951d6bb944703 (diff)
updating changelog with ruby-core number
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
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 <aaron@tenderlovemaking.com>
* 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.