summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-18 02:18:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-18 02:18:16 +0000
commitff4dad976e12827032a182890ee31e35a16d6bdb (patch)
tree3a08d9d2f1fd02a4a0eb648e084760650a01bc68
parent0d0fc55122f7e64cf4d491c4a5f4bb941f29ec65 (diff)
ChangeLog: fix GH reference
* ChangeLog: fix Github reference in r46859. [fix GH-671] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bbd7535bfc..cf2d88633f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Fri Jul 18 11:10:53 2014 Scott Francis <scott.francis@shopify.com>
* enum.c (enum_any): optimize object allocations for Array and
Hash when `each` is not redefined, always false if empty and the
- case without a block. [fix GH-617]
+ case without a block. [fix GH-671]
Fri Jul 18 10:14:42 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>