summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-11 09:52:40 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-11 09:52:40 +0000
commit448262c81d7fdbca7db0b50059e53b423a2436ec (patch)
tree4717721b3cd3cd080f4fb7c90c53e44a00803669 /NEWS
parent7d3d8e79fe9cc9f21cd4341f0a6fb2e6306688fd (diff)
Mention the addition of Enumerator::Yielder#to_proc in NEWS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 76e93bd4d4..804e7443d3 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,14 @@ Enumerable::
* Added Enumerable#tally. [Feature #11076]
+Enumerator::
+
+ New method::
+
+ * Added Enumerator::Yielder#to_proc so that a Yielder object can be
+ directly passed to another method as a block argument.
+ [Feature #15618]
+
Regexp/String::
* Update Unicode version and Emoji version from 11.0.0 to 12.0.0.