From 09f5560c5721ad779cc2e740c4a77ad6aca1b530 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 19 Apr 2008 11:45:39 +0000 Subject: Merge everything from ruby_1_8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ea98fc2d8e..835f44bf64 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,13 @@ with all sufficient information, see the ChangeLog file. Takes an optional argument that determines the level of recursion to flatten. + * Array#eql? + * Array#hash + * Array#== + * Array#<=> + + Handle recursive data properly. + * Array#index * Array#rindex @@ -122,6 +129,12 @@ with all sufficient information, see the ChangeLog file. New alias to #inject. + * Hash#eql? + * Hash#hash + * Hash#== + + Handle recursive data properly. + * Hash#delete_if * Hash#each * Hash#each_key -- cgit v1.2.3