From 21f56f6de99fbd741c64b0fca46a8124194f2541 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 25 Mar 2010 08:23:17 +0000 Subject: [PATCH] * 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 --- ChangeLog | 5 +++++ NEWS | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 076016797c..8225eca3fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 25 17:21:49 2010 Kazuhiro NISHIYAMA + + * NEWS: add IO#autoclose=, IO#autoclose?, IO#codepoints, + IO#each_codepoint. + Thu Mar 25 14:50:00 2010 Nobuyoshi Nakada * win32/win32.c (rb_w32_{read,write}): fix handle leaks. based on 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.