aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-07 15:26:10 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-07 15:26:10 +0000
commit8b911897720b7c1639023f5f136a5da959aa3593 (patch)
tree630b9a7fb71104bcb93a7a97b104809a1b4952fa
parentb1abec947dd5041d781a19d39042979d585d3220 (diff)
downloadruby-8b911897720b7c1639023f5f136a5da959aa3593.tar.gz
Add entry for Enumerator::Lazy#chunk_while
[ci skip][GH-1186] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4f0a4f2f4d..22c4bf1252 100644
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Enumerator::Lazy
+ * Enumerator::Lazy#chunk_while [GH-1186]
* Enumerator::Lazy#uniq [Feature #11090]
* File