summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-04 18:25:16 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-04 18:25:16 +0000
commit69846644d25b0a40ab787b150716a5d17e63f6a8 (patch)
treee2f3fc0fdbfaddcd5a7187dcc631c0103e28f1b1 /NEWS
parent468301b98487d3b2b0d9e4a60c912803f4ba39f0 (diff)
* enum.c: Make Enumerable#chunk with no block return
an Enumerator [#2172] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed373f3b34..571eb57a13 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Enumerable#sum [Feature #12217]
* Enumerable#uniq [Feature #11090]
+ * Enumerable#chunk called without a block now return an Enumerator
+ [Feature #2172]
* Enumerator::Lazy