From 1caecdca27675e80f9a762875fcf7ced81b2d9f1 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Sat, 17 Dec 2011 19:06:07 -0800 Subject: * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like dates should be treated as strings and not dates. Fixes #42 * test/psych/test_scalar_scanner.rb: corresponding tests. --- CHANGELOG.rdoc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG.rdoc') diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 6ea5d6f..14ef3b5 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,10 @@ +Sun Dec 18 12:03:13 2011 Aaron Patterson + + * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like dates + should be treated as strings and not dates. + + * test/psych/test_scalar_scanner.rb: corresponding tests. + Wed Dec 7 08:04:31 2011 Aaron Patterson * ext/psych/lib/psych.rb (module Psych): parse and load methods take -- cgit v1.2.3