summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-11 11:25:03 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-11 11:25:03 +0000
commit7306152d3eafc769595e87a2fc456206dfb1d9af (patch)
tree78a8c2d156d29231033f820617cfeb4e096fd507 /doc
parent1e24f1afb8be2d81384536b5a40d73d491e44ee4 (diff)
Mention Hash#default_proc=.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 7bee7f6e5e..3b50be9e20 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