summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-08 11:04:56 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-08 11:04:56 +0000
commite54e3d70a8f70ec0f6426e29dcde9bff884dc8d0 (patch)
tree449aca68ae2e07258bc6bdb746df2f6a83d4ce43 /NEWS
parentb521f42a88ee2d23f4164a0f73b6ea20042adc17 (diff)
edit NEWS to move texts correct places
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 9 insertions, 8 deletions
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.