aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
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