NEWS: sort alphabetically
* NEWS (Core classes updates): sort classes/modules in alphabetical order. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f2240f1086
commit
c3f6e4ea07
28
NEWS
28
NEWS
@ -15,6 +15,11 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
|
|
||||||
=== Core classes updates (outstanding ones only)
|
=== Core classes updates (outstanding ones only)
|
||||||
|
|
||||||
|
* ARGF
|
||||||
|
|
||||||
|
* ARGF.read_nonblock supports `exception: false' like IO#read_nonblock.
|
||||||
|
[Feature #11358]
|
||||||
|
|
||||||
* Array
|
* Array
|
||||||
|
|
||||||
* Array#bsearch_index [Feature #10730]
|
* Array#bsearch_index [Feature #10730]
|
||||||
@ -29,17 +34,6 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
|
|
||||||
* Hash#fetch_values [Feature #10017]
|
* Hash#fetch_values [Feature #10017]
|
||||||
|
|
||||||
* Numeric
|
|
||||||
|
|
||||||
* Numeric#positive? and Numeric#negative? are added, which return
|
|
||||||
true when the receiver is positive and negative respectively.
|
|
||||||
[Feature #11151]
|
|
||||||
|
|
||||||
* ARGF
|
|
||||||
|
|
||||||
* ARGF.read_nonblock supports `exception: false' like IO#read_nonblock.
|
|
||||||
[Feature #11358]
|
|
||||||
|
|
||||||
* IO
|
* IO
|
||||||
|
|
||||||
* new mode flag File::SHARE_DELETE is available.
|
* new mode flag File::SHARE_DELETE is available.
|
||||||
@ -50,12 +44,18 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
this parameter is bitwise-ORed to oflags generated by normal mode argument.
|
this parameter is bitwise-ORed to oflags generated by normal mode argument.
|
||||||
[Feature #11253]
|
[Feature #11253]
|
||||||
|
|
||||||
* Thread
|
|
||||||
* Thread#name, Thread#name= are added to handle thread names [Feature #11251]
|
|
||||||
|
|
||||||
* NameError
|
* NameError
|
||||||
* NameError#receiver is added to take the receiver object. [Feature #10881]
|
* NameError#receiver is added to take the receiver object. [Feature #10881]
|
||||||
|
|
||||||
|
* Numeric
|
||||||
|
|
||||||
|
* Numeric#positive? and Numeric#negative? are added, which return
|
||||||
|
true when the receiver is positive and negative respectively.
|
||||||
|
[Feature #11151]
|
||||||
|
|
||||||
|
* Thread
|
||||||
|
* Thread#name, Thread#name= are added to handle thread names [Feature #11251]
|
||||||
|
|
||||||
=== Core classes compatibility issues (excluding feature bug fixes)
|
=== Core classes compatibility issues (excluding feature bug fixes)
|
||||||
|
|
||||||
* Array
|
* Array
|
||||||
|
Loading…
x
Reference in New Issue
Block a user