1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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:
naruse 2013-12-08 11:04:56 +00:00
parent b521f42a88
commit e54e3d70a8

17
NEWS
View file

@ -113,19 +113,11 @@ with all sufficient information, see the ChangeLog file.
* Process.clock_gettime
* Process.clock_getres
* RbConfig
* New constants:
* RbConfig::SIZEOF is added to provide the size of C types.
* String
* New methods:
* String#scrub and String#scrub! verify and fix invalid byte sequence.
If you want to use this function with older Ruby,
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
* 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
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)
* 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
* RbConfig
* New constants:
* RbConfig::SIZEOF is added to provide the size of C types.
* RDoc
* Updated to 4.1.0.preview.2. Major enhancements include a modified default
template and accessibility enhancements.