summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-22 06:38:51 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-22 06:38:51 +0000
commit5a02bc4ff413e81e0df94cd71e1b0288b572dac1 (patch)
tree94e8fb2934687d2f1698ba515ae1a394aa188ac5 /NEWS
parentf229f6e32c14b96a9a9429e9a4becd44cfb1529f (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS38
1 files 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.