From 12396fda407c5ed2b61edd76db01f4ce37c49626 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Mon, 1 Dec 2014 21:35:11 +0000 Subject: * ext/psych/lib/psych/visitors/to_ruby.rb: support objects that are marshalable, but inherit from basic object. Thanks Sean Griffin * ext/psych/lib/psych/visitors/yaml_tree.rb: ditto * test/psych/test_marshalable.rb: test for fix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a275a5efa3..1fcb9f4830 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Dec 2 06:34:08 2014 Aaron Patterson + + * ext/psych/lib/psych/visitors/to_ruby.rb: support objects that are + marshalable, but inherit from basic object. + Thanks Sean Griffin + + * ext/psych/lib/psych/visitors/yaml_tree.rb: ditto + + * test/psych/test_marshalable.rb: test for fix + Tue Dec 2 06:32:02 2014 Nobuyoshi Nakada * parse.y (ripper_flush_string_content): preserve the dispatched -- cgit v1.2.3