From 5a02bc4ff413e81e0df94cd71e1b0288b572dac1 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 22 Nov 2013 06:38:51 +0000 Subject: Update NEWS * rdoc and rubygems are preview 2 * objspace is compatible changes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/NEWS b/NEWS index acca353d0a..ae44d7effb 100644 --- a/NEWS +++ b/NEWS @@ -173,10 +173,18 @@ with all sufficient information, see the ChangeLog file. * Net::SMTP * Added Net::SMTP#rset to implement the RSET command -* Pathname - * New methods: - * Pathname#write - * Pathname#binwrite +* objspace + * new method: + * ObjectSpace.trace_object_allocations + * ObjectSpace.trace_object_allocations_start + * ObjectSpace.trace_object_allocations_stop + * ObjectSpace.trace_object_allocations_clear + * ObjectSpace.allocation_sourcefile + * ObjectSpace.allocation_sourceline + * ObjectSpace.allocation_class_path + * ObjectSpace.allocation_method_id + * ObjectSpace.allocation_generation + * ObjectSpace.reachable_objects_from_root * OpenSSL::BN * extended methods: @@ -185,6 +193,11 @@ with all sufficient information, see the ChangeLog file. * open-uri * Support multiple fields with same field name (like Set-Cookie). +* Pathname + * New methods: + * Pathname#write + * Pathname#binwrite + * rake * Updated to 10.1.0. Major changes include removal of the class namespace, Rake::DSL to hold the rake DSL methods and removal of support for legacy @@ -197,7 +210,7 @@ with all sufficient information, see the ChangeLog file. http://rake.rubyforge.org/doc/release_notes/rake-10_0_3_rdoc.html * RDoc - * Updated to 4.1.0.preview.1. Major enhancements include a modified default + * Updated to 4.1.0.preview.2. Major enhancements include a modified default template and accessibility enhancements. For a list of minor enhancements and bug fixes see: @@ -227,7 +240,7 @@ with all sufficient information, see the ChangeLog file. Rinda::RingFinger for details. * RubyGems - * Updated to 2.2.0.preview.1 For a list of enhancements and bug fixes see: + * Updated to 2.2.0.preview.2 For a list of enhancements and bug fixes see: https://github.com/rubygems/rubygems/blob/v2.2.0.preview.1/History.txt * Set @@ -277,19 +290,6 @@ with all sufficient information, see the ChangeLog file. === Stdlib compatibility issues (excluding feature bug fixes) -* objspace - * new method: - * ObjectSpace.trace_object_allocations - * ObjectSpace.trace_object_allocations_start - * ObjectSpace.trace_object_allocations_stop - * ObjectSpace.trace_object_allocations_clear - * ObjectSpace.allocation_sourcefile - * ObjectSpace.allocation_sourceline - * ObjectSpace.allocation_class_path - * ObjectSpace.allocation_method_id - * ObjectSpace.allocation_generation - * ObjectSpace.reachable_objects_from_root - * Set * incompatible changes: * Set#to_set now returns self instead of generating a copy. -- cgit v1.2.3