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
This commit is contained in:
parent
f229f6e32c
commit
5a02bc4ff4
38
NEWS
38
NEWS
@ -173,10 +173,18 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* Net::SMTP
|
* Net::SMTP
|
||||||
* Added Net::SMTP#rset to implement the RSET command
|
* Added Net::SMTP#rset to implement the RSET command
|
||||||
|
|
||||||
* Pathname
|
* objspace
|
||||||
* New methods:
|
* new method:
|
||||||
* Pathname#write
|
* ObjectSpace.trace_object_allocations
|
||||||
* Pathname#binwrite
|
* 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
|
* OpenSSL::BN
|
||||||
* extended methods:
|
* extended methods:
|
||||||
@ -185,6 +193,11 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* open-uri
|
* open-uri
|
||||||
* Support multiple fields with same field name (like Set-Cookie).
|
* Support multiple fields with same field name (like Set-Cookie).
|
||||||
|
|
||||||
|
* Pathname
|
||||||
|
* New methods:
|
||||||
|
* Pathname#write
|
||||||
|
* Pathname#binwrite
|
||||||
|
|
||||||
* rake
|
* rake
|
||||||
* Updated to 10.1.0. Major changes include removal of the class namespace,
|
* 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
|
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
|
http://rake.rubyforge.org/doc/release_notes/rake-10_0_3_rdoc.html
|
||||||
|
|
||||||
* RDoc
|
* 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.
|
template and accessibility enhancements.
|
||||||
|
|
||||||
For a list of minor enhancements and bug fixes see:
|
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.
|
Rinda::RingFinger for details.
|
||||||
|
|
||||||
* RubyGems
|
* 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
|
https://github.com/rubygems/rubygems/blob/v2.2.0.preview.1/History.txt
|
||||||
|
|
||||||
* Set
|
* Set
|
||||||
@ -277,19 +290,6 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
|
|
||||||
=== Stdlib compatibility issues (excluding feature bug fixes)
|
=== 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
|
* Set
|
||||||
* incompatible changes:
|
* incompatible changes:
|
||||||
* Set#to_set now returns self instead of generating a copy.
|
* Set#to_set now returns self instead of generating a copy.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user