From ce2e7368d73b762a86690fe3531e0754301299be Mon Sep 17 00:00:00 2001 From: tenderlove Date: Mon, 5 Jul 2010 03:33:56 +0000 Subject: * ext/psych/lib/psych/scalar_scanner.rb (parse_string): support timezones that are not one hour off. [ruby-core:31023] * ext/psych/lib/psych/visitors/yaml_tree.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 099fca345b..8698b396d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 5 12:32:01 2010 Aaron Patterson + + * ext/psych/lib/psych/scalar_scanner.rb (parse_string): support + timezones that are not one hour off. [ruby-core:31023] + + * ext/psych/lib/psych/visitors/yaml_tree.rb: ditto + Sun Jul 4 22:49:54 2010 Tanaka Akira * test/ruby/test_syntax.rb: split test_syntax from test_system.rb. -- cgit v1.2.3