summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:17:49 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-22 23:17:49 +0000
commit1727511e852a4d5a351850165a0b97647b2320c0 (patch)
tree7cc083cf292202e35946585db3a9f44a72bc00a9 /NEWS
parented045985e7e0d25e158cbd4e4bdd9170d4f4ef59 (diff)
* NEWS: Fix ARGF#codepoints
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
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