diff options
| author | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-12-01 21:35:11 +0000 |
|---|---|---|
| committer | tenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-12-01 21:35:11 +0000 |
| commit | 12396fda407c5ed2b61edd76db01f4ce37c49626 (patch) | |
| tree | 939c7bad526ab2ff08c3cf061896be73b2e7329a /ChangeLog | |
| parent | 0a190272cdbe182eea4d27407c680370dd8afde8 (diff) | |
* ext/psych/lib/psych/visitors/to_ruby.rb: support objects that are
marshalable, but inherit from basic object.
Thanks Sean Griffin <sean@thoughtbot.com>
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Dec 2 06:34:08 2014 Aaron Patterson <aaron@tenderlovemaking.com> + + * ext/psych/lib/psych/visitors/to_ruby.rb: support objects that are + marshalable, but inherit from basic object. + Thanks Sean Griffin <sean@thoughtbot.com> + + * 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 <nobu@ruby-lang.org> * parse.y (ripper_flush_string_content): preserve the dispatched |
