From 86b21fc45f3df753171c0807c90fe138a0e89fc6 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 11 Dec 2008 11:25:03 +0000 Subject: Mention Hash#default_proc=. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index 7bee7f6e5..3b50be9e2 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -38,6 +38,7 @@ Incompatible (Trivial) * Array o Array#[m,n] = nil places nil in the array. * Hash + o Hash#default_proc= o Hash#to_s is equivalent to Hash#inspect o Semantics for Hash#each and Hash#each_pair o Hash#select -- cgit