From 1727511e852a4d5a351850165a0b97647b2320c0 Mon Sep 17 00:00:00 2001 From: marcandre Date: Fri, 22 Feb 2013 23:17:49 +0000 Subject: [PATCH] * NEWS: Fix ARGF#codepoints git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 30e529177b..d49a2a4cc1 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,10 @@ with all sufficient information, see the ChangeLog file. === Library updates (outstanding ones only) * builtin classes + * ARGF + * added method: + * added ARGF#codepoints and ARGF#each_codepoint, like the corresponding + methods for IO. * Array * added method: @@ -456,7 +460,6 @@ with all sufficient information, see the ChangeLog file. * IO#bytes * ARGF#lines * ARGF#chars - * ARGF#codepoints * ARGF#bytes * StringIO#lines * StringIO#chars