summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-11 11:21:42 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-11 11:21:42 +0000
commit8e1f50a56379f2b19a6d55340b9ebf76d47a36f6 (patch)
tree69a74b68f55ee99bb284bb4aeac5e600d48dfa16 /doc
parent789a210d1f6f4fe809a4c148dd7771812870932c (diff)
downloadruby-8e1f50a56379f2b19a6d55340b9ebf76d47a36f6.tar.gz
ruby-8e1f50a56379f2b19a6d55340b9ebf76d47a36f6.tar.xz
ruby-8e1f50a56379f2b19a6d55340b9ebf76d47a36f6.zip
Mention Hash#key and other hash like interfaces.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 11482e67b..7bee7f6e5 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -41,6 +41,9 @@ Incompatible (Trivial)
o Hash#to_s is equivalent to Hash#inspect
o Semantics for Hash#each and Hash#each_pair
o Hash#select
+ o Hash#key is the new name for #index which has been deprecated.
+ o Most of the changes in Hash apply to hash like interfaces such as
+ ENV and *DBM.
* Integer
o Integer(nil) raises TypeError
* Struct