From 5aadc9d4ba39cfbdf0db64989bae945a165a0e65 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 6 Sep 2013 09:17:27 +0000 Subject: [PATCH] remove unexpected references Fixes GH-nnn does not reference github.com/tenderlove/psych/issues/nnn but github.com/ruby/ruby/pull/nnn git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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