aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-18 18:38:19 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-18 18:38:19 +0000
commitb09ad2b8476d3e42d35ef8bf17cbfa94d45150e1 (patch)
treebf9ef752e42a8d46834b9da81069402b7f17f2a7 /ChangeLog
parentda3cdd2ddf9cabc4f50ee7461c04a24333c4eb34 (diff)
downloadruby-b09ad2b8476d3e42d35ef8bf17cbfa94d45150e1.tar.gz
* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix the
exception message when attempting to load an unknown class. Thanks nobu! [ruby-dev:41399] * test/psych/test_psych.rb: test for the exception message git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1811a7b53f..e8c7b15666 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sat Jun 19 03:35:58 2010 Aaron Patterson <aaron@tenderlovemaking.com>
+
+ * ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix the
+ exception message when attempting to load an unknown class. Thanks
+ nobu! [ruby-dev:41399]
+
+ * test/psych/test_psych.rb: test for the exception message
+
Fri Jun 18 10:37:46 2010 NARUSE, Yui <naruse@ruby-lang.org>
* gc.c (gc_lazy_sweep): clean a warning.