From 1f34456dc8e21dd6af2d51c9f1872adebd75b69c Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 3 Dec 2013 12:08:39 +0000 Subject: [PATCH] ChangeLog: complement the intention git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file 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 Tue Dec 3 20:16:38 2013 Masaki Matsushita - * 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