summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-25 08:23:17 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-25 08:23:17 +0000
commit21f56f6de99fbd741c64b0fca46a8124194f2541 (patch)
treec3d2816b869928f012af7edb33e8b47008c996e7 /NEWS
parentb3a039a2cb9f8a8f03665cf3d3ed7518c6b512be (diff)
* NEWS: add IO#autoclose=, IO#autoclose?, IO#codepoints, IO#each_codepoint.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0c1cfe48f2..a21d5a2fec 100644
--- a/NEWS
+++ b/NEWS
@@ -82,7 +82,11 @@ with all sufficient information, see the ChangeLog file.
* IO
* new method:
+ * IO#autoclose=
+ * IO#autoclose?
* IO#fdatasync
+ * IO#codepoints
+ * IO#each_codepoint
* extended methods:
* IO.pipe can take a block.