summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-14 08:54:19 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-14 08:54:19 +0000
commit11aa7c9604055b252c5d84c6b8cb5e95be7bfafa (patch)
treea3709de71f012dfd0154d9ede1d4b8f3d085b364 /NEWS
parent07736e3d7d4cf4c4411e5a238aa49f42237ed8db (diff)
* enum.c (enum_chunk_while): New method Enumerable#chunk_while.
[ruby-core:67738] [Feature #10769] proposed by Tsuyoshi Sawada. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 52b31e5f39..06e1c81ff9 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ with all sufficient information, see the ChangeLog file.
* Enumerable#grep_v is added as inverse version of Enumerable#grep.
[Feature #11049]
+ * Enumerable#chunk_while [Feature #10769]
* Numeric