From d49860bfbcdd30ffd3f3d72a057e7a506e174d65 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 16 Apr 2010 22:30:16 +0000 Subject: [PATCH] NEWS: add Array#repeated_{combinationpermutation} [Feature #2981] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ NEWS | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dda8c7c8ef..5cf62dda26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Apr 17 07:27:53 2010 Kazuhiro NISHIYAMA + + * NEWS: add Array#repeated_{combinationpermutation} [Feature #2981] + Sat Apr 17 05:30:22 2010 Aaron Patterson * ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecated 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!