summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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