aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
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 <zn@mbf.nifty.com>
+
+ * NEWS: mention about Enumerator::Lazy#grep_v.
+ [ruby-core:71845] [Feature #11773]
+
Tue Dec 8 17:36:36 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
* string.c: removed unused variable
@@ -6050,7 +6055,7 @@ Mon Jun 22 18:08:48 2015 Naohisa Goto <ngotogenome@gmail.com>
Sun Jun 21 23:52:46 2015 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
- * 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 <zn@mbf.nifty.com>