edit NEWS to move texts correct places
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b521f42a88
commit
e54e3d70a8
17
NEWS
17
NEWS
@ -113,19 +113,11 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* Process.clock_gettime
|
* Process.clock_gettime
|
||||||
* Process.clock_getres
|
* Process.clock_getres
|
||||||
|
|
||||||
* RbConfig
|
|
||||||
* New constants:
|
|
||||||
* RbConfig::SIZEOF is added to provide the size of C types.
|
|
||||||
|
|
||||||
* String
|
* String
|
||||||
* New methods:
|
* New methods:
|
||||||
* String#scrub and String#scrub! verify and fix invalid byte sequence.
|
* String#scrub and String#scrub! verify and fix invalid byte sequence.
|
||||||
If you want to use this function with older Ruby,
|
If you want to use this function with older Ruby,
|
||||||
consider to use string-scrub.gem.
|
consider to use string-scrub.gem.
|
||||||
* extended methods:
|
|
||||||
* If invalid: :replace is specified for String#encode, replace
|
|
||||||
invalid byte sequence even if the destination encoding equals to
|
|
||||||
the source encoding.
|
|
||||||
|
|
||||||
* Symbol
|
* Symbol
|
||||||
* All symbols are now frozen.
|
* All symbols are now frozen.
|
||||||
@ -173,6 +165,11 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
method where the lambda is created. Returning from non-lambda proc exits
|
method where the lambda is created. Returning from non-lambda proc exits
|
||||||
from the method, same as the former behavior.
|
from the method, same as the former behavior.
|
||||||
|
|
||||||
|
String
|
||||||
|
* If invalid: :replace is specified for String#encode, replace
|
||||||
|
invalid byte sequence even if the destination encoding equals to
|
||||||
|
the source encoding.
|
||||||
|
|
||||||
=== Stdlib updates (outstanding ones only)
|
=== Stdlib updates (outstanding ones only)
|
||||||
|
|
||||||
* CGI::Util
|
* CGI::Util
|
||||||
@ -226,6 +223,10 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
|
|
||||||
http://rake.rubyforge.org/doc/release_notes/rake-10_0_3_rdoc.html
|
http://rake.rubyforge.org/doc/release_notes/rake-10_0_3_rdoc.html
|
||||||
|
|
||||||
|
* RbConfig
|
||||||
|
* New constants:
|
||||||
|
* RbConfig::SIZEOF is added to provide the size of C types.
|
||||||
|
|
||||||
* RDoc
|
* RDoc
|
||||||
* Updated to 4.1.0.preview.2. Major enhancements include a modified default
|
* Updated to 4.1.0.preview.2. Major enhancements include a modified default
|
||||||
template and accessibility enhancements.
|
template and accessibility enhancements.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user