aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 12:31:28 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 12:31:28 +0000
commit0499c4c91988cf06c379323c7c37ae239ee54044 (patch)
treead4fc24c01a888b06ed57ea566d1025d3a6dc211 /NEWS
parenta483a56a511a58bae23e02d6973f38b2cd8ce802 (diff)
downloadruby-0499c4c91988cf06c379323c7c37ae239ee54044.tar.gz
mention about Enumerator::Lazy#grep_v in NEWS
* NEWS: mention about Enumerator::Lazy#grep_v. [ruby-core:71845] [Feature #11773] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aa6bef9843..4a288ed50d 100644
--- a/NEWS
+++ b/NEWS
@@ -61,6 +61,10 @@ with all sufficient information, see the ChangeLog file.
[Feature #11049]
* Enumerable#chunk_while [Feature #10769]
+* Enumerator::Lazy
+
+ * Enumerator::Lazy#grep_v [Feature #11773]
+
* File
* File.mkfifo [Feature #11536]