aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-03 12:08:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-03 12:08:39 +0000
commit1f34456dc8e21dd6af2d51c9f1872adebd75b69c (patch)
treefb2bd0bb08a672670f2209f9c5f618c59baaaf23 /ChangeLog
parent53f1de2f49cafeba1f1c7f0674c976f3c0bb4be0 (diff)
downloadruby-1f34456dc8e21dd6af2d51c9f1872adebd75b69c.tar.gz
ChangeLog: complement the intention
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f93547ceb..5ed558b7be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,8 @@ Tue Dec 3 20:18:46 2013 Narihiro Nakamura <authornari@gmail.com>
Tue Dec 3 20:16:38 2013 Masaki Matsushita <glass.saga@gmail.com>
- * array.c (rb_hash_rehash): use hash_alloc() instead of rb_hash_new().
- [Bug #9187]
+ * array.c (rb_hash_rehash): use hash_alloc() instead of rb_hash_new(),
+ to hide temprary object from ObjectSpace. [Bug #9187]
Tue Dec 3 17:11:47 2013 Aman Gupta <ruby@tmm1.net>