mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
12329a58e1
commit
d5eea8c137
2 changed files with 6 additions and 0 deletions
|
@ -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
2
NEWS
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue