NEWS: add IO#advise.

[ruby-core:33110] [Ruby 1.9-Feature#4038]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2010-12-21 23:03:26 +00:00
parent 12329a58e1
commit d5eea8c137
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Dec 22 07:59:23 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: add IO#advise. [ruby-core:33110] [Ruby 1.9-Feature#4038]
Tue Dec 21 12:45:16 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (target_archs): remove temporary objects.

2
NEWS
View File

@ -55,6 +55,8 @@ with all sufficient information, see the ChangeLog file.
* IO
* extended methods:
* IO#putc supports multibyte characters
* new methods:
* IO#advise
* Array
* extended methods: