From 59f0922bc33941a2f5d28874c75031d1b1da9b50 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 12 Oct 2006 14:05:17 +0000 Subject: * hash.c (rb_hash_compare_by_id): somehow we lost renaming from Hash#identical. [ruby-core:09163] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 23c365104..7660ce5a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 12 22:58:11 2006 Yukihiro Matsumoto + + * hash.c (rb_hash_compare_by_id): somehow we lost renaming from + Hash#identical. [ruby-core:09163] + Thu Oct 12 18:25:40 2006 Yukihiro Matsumoto * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle new -- cgit