From 200cd254d219c4f3c07451779d762be5ad5cab44 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 11 Sep 2006 19:08:25 +0000 Subject: * hash.c (rb_hash_compare_by_identity): rename Hash#identical to Hash#compare_by_identity. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c84f86365..3d4cb387f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 12 03:58:39 2006 Yukihiro Matsumoto + + * hash.c (rb_hash_compare_by_identity): rename Hash#identical to + Hash#compare_by_identity. + Mon Sep 11 16:52:37 2006 Yukihiro Matsumoto * hash.c (rb_hash_identical): a new method to make a hash to -- cgit