diff --git a/ChangeLog b/ChangeLog index bab80ec0c4..c115fd511b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,7 +12,7 @@ Fri Sep 6 02:37:22 2013 Aaron Patterson * ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes when strings start with special characters. - [Fixes GH-157] https://github.com/tenderlove/psych/issues/157 + https://github.com/tenderlove/psych/issues/157 * test/psych/test_string.rb: test for change. @@ -571,7 +571,7 @@ Thu Aug 29 02:40:45 2013 Aaron Patterson * ext/psych/lib/psych/scalar_scanner.rb: invalid floats should be treated as strings. - [Fixes GH-156] https://github.com/tenderlove/psych/issues/156 + https://github.com/tenderlove/psych/issues/156 * test/psych/test_string.rb: test for change