From e54e3d70a8f70ec0f6426e29dcde9bff884dc8d0 Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 8 Dec 2013 11:04:56 +0000 Subject: edit NEWS to move texts correct places git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index baa0a417d0..e2c9dc8787 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit v1.2.3