summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3750142eb1..3a0696337c 100644
--- a/NEWS
+++ b/NEWS
@@ -63,6 +63,8 @@ with all sufficient information, see the ChangeLog file.
* Enumerable#count
* Enumerable#cycle
+ * Enumerable#drop
+ * Enumerable#drop_while
* Enumerable#find_index
* Enumerable#first
* Enumerable#group_by
@@ -72,6 +74,8 @@ with all sufficient information, see the ChangeLog file.
* Enumerable#minmax_by
* Enumerable#none?
* Enumerable#one?
+ * Enumerable#take
+ * Enumerable#take_while
New methods.