summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c8d6f7cd1d..a3651a5a98 100644
--- a/NEWS
+++ b/NEWS
@@ -16,8 +16,10 @@ with all sufficient information, see the ChangeLog file.
* Array
* new method:
* Array#keep_if
- * Array#rotate!
+ * Array#repeated_combination
+ * Array#repeated_permutation
* Array#rotate
+ * Array#rotate!
* Array#select!
* Array#sort_by!