aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-06 09:17:27 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-06 09:17:27 +0000
commit5aadc9d4ba39cfbdf0db64989bae945a165a0e65 (patch)
tree57144f1c164db7967d7b2228ed860b30d133da59
parent59baeaf10f572f1017d212cb0234c5d96e8a79a4 (diff)
downloadruby-5aadc9d4ba39cfbdf0db64989bae945a165a0e65.tar.gz
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
-rw-r--r--ChangeLog4
1 files 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 <aaron@tenderlovemaking.com>
* 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 <aaron@tenderlovemaking.com>
* 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