summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-16 22:30:16 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-16 22:30:16 +0000
commitd49860bfbcdd30ffd3f3d72a057e7a506e174d65 (patch)
tree58adca425fb5bc28e33e1163eab5f22d72b296c1 /NEWS
parent5b5bbdbb35098e8e2dabe7af5d31526a54dc8bbd (diff)
NEWS: add Array#repeated_{combinationpermutation} [Feature #2981]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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!