ChangeLog: complement the intention

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-12-03 12:08:39 +00:00
parent 53f1de2f49
commit 1f34456dc8

View File

@ -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>