summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 59f8908d72..3750142eb1 100644
--- a/NEWS
+++ b/NEWS
@@ -62,9 +62,16 @@ with all sufficient information, see the ChangeLog file.
New methods for various enumeration defined by the enumerator library.
* Enumerable#count
+ * Enumerable#cycle
* Enumerable#find_index
* Enumerable#first
* Enumerable#group_by
+ * Enumerable#max_by
+ * Enumerable#min_by
+ * Enumerable#minmax
+ * Enumerable#minmax_by
+ * Enumerable#none?
+ * Enumerable#one?
New methods.
@@ -77,6 +84,14 @@ with all sufficient information, see the ChangeLog file.
Return an enumerator if no block is given.
+ * Enumerable#inject
+
+ Accepts a binary operator instead of a block.
+
+ * Enumerable#reduce
+
+ New alias to #inject.
+
* Hash#delete_if
* Hash#each
* Hash#each_key