ruby-changes:31714
From: naruse <ko1@a...>
Date: Fri, 22 Nov 2013 15:38:57 +0900 (JST)
Subject: [ruby-changes:31714] naruse:r43793 (trunk): Update NEWS
naruse 2013-11-22 15:38:51 +0900 (Fri, 22 Nov 2013) New Revision: 43793 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43793 Log: Update NEWS * rdoc and rubygems are preview 2 * objspace is compatible changes Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 43792) +++ NEWS (revision 43793) @@ -173,10 +173,18 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L173 * 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L193 * 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L210 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L240 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 https://github.com/ruby/ruby/blob/trunk/NEWS#L290 === 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/