* 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:
naruse 2013-11-22 06:38:51 +00:00
Родитель f229f6e32c
Коммит 5a02bc4ff4
1 изменённых файлов: 19 добавлений и 19 удалений

38
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.