summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 20244ab663..b3896df010 100644
--- a/NEWS
+++ b/NEWS
@@ -262,6 +262,8 @@ See doc/NEWS-1.8.7 for changes between 1.8.6 and 1.8.7.
o Thread#exit!, Thread#kill! and Thread#terminate! removed.
* Enumerable and Enumerator
+ o Enumerator#enum_cons and Enumerator#enum_slice are
+ removed. Use #each_cons and #each_slice without a block.
o Enumerable#each_with_index can take optional arguments
and passes them to #each.
o Enumerable#each_with_object