ruby-changes:31993
From: naruse <ko1@a...>
Date: Sun, 8 Dec 2013 20:05:18 +0900 (JST)
Subject: [ruby-changes:31993] naruse:r44072 (trunk): edit NEWS to move texts correct places
naruse 2013-12-08 20:04:56 +0900 (Sun, 08 Dec 2013) New Revision: 44072 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44072 Log: edit NEWS to move texts correct places Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 44071) +++ NEWS (revision 44072) @@ -113,19 +113,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L113 * 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L165 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L223 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/