From dc331ca5c0be1375e9b6307da43665b2486f2264 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 8 Dec 2015 12:31:28 +0000 Subject: 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 --- ChangeLog | 7 ++++++- NEWS | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e08235bf69..ab8e055f65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 8 21:21:16 2015 Kazuhiro NISHIYAMA + + * NEWS: mention about Enumerator::Lazy#grep_v. + [ruby-core:71845] [Feature #11773] + Tue Dec 8 17:36:36 2015 Martin Duerst * string.c: removed unused variable @@ -6050,7 +6055,7 @@ Mon Jun 22 18:08:48 2015 Naohisa Goto Sun Jun 21 23:52:46 2015 Kazuhiro NISHIYAMA - * NEWS: mention Array#bsearch_index and Hash#fetch_values. + * NEWS: mention about Array#bsearch_index and Hash#fetch_values. Sun Jun 21 23:46:27 2015 Kazuhiro NISHIYAMA 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] -- cgit v1.2.3