From e0c6dd91a450a47b701fb0a9d7fd908814651641 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Tue, 29 Oct 2013 18:10:24 +0000 Subject: * ext/psych/lib/psych/visitors/yaml_tree.rb: string subclasses should not be considered to be binary. Fixes Psych / GH 166 https://github.com/tenderlove/psych/issues/166 * test/psych/test_string.rb: test for fix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 25354e3ad5..ed3e15bc0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Oct 30 03:08:24 2013 Aaron Patterson + + * ext/psych/lib/psych/visitors/yaml_tree.rb: string subclasses should + not be considered to be binary. Fixes Psych / GH 166 + https://github.com/tenderlove/psych/issues/166 + + * test/psych/test_string.rb: test for fix + Tue Oct 29 23:01:18 2013 Masaki Matsushita * array.c (rb_ary_zip): some refactoring. -- cgit v1.2.3