ruby-changes:40965
From: kazu <ko1@a...>
Date: Sat, 12 Dec 2015 01:31:50 +0900 (JST)
Subject: [ruby-changes:40965] kazu:r53044 (trunk): NEWS: sort alphabetically
kazu 2015-12-12 01:31:24 +0900 (Sat, 12 Dec 2015) New Revision: 53044 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53044 Log: NEWS: sort alphabetically * NEWS (Stdlib compatibility issues): sort classes/modules in alphabetical order. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 53043) +++ NEWS (revision 53044) @@ -230,11 +230,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L230 === Stdlib compatibility issues (excluding feature bug fixes) -* lib/webrick/utils.rb - * removed unused argument. https://github.com/ruby/ruby/pull/356 +* ext/coverage/coverage.c + * Coverage.peek_result: new method to allow coverage to be captured without + stopping the coverage tool. [Feature #10816] -* lib/drb/drb.rb - * removed unused argument. https://github.com/ruby/ruby/pull/515 +* Fiddle + * Fiddle::Function#call releases the GVL. [Feature #11607] * lib/base64.rb * Base64.urlsafe_encode64: added a "padding" option to suppress @@ -242,12 +243,18 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L243 * Base64.urlsafe_decode64: now it accepts not only correctly-padded input but also unpadded input. [Feature #10740] +* lib/drb/drb.rb + * removed unused argument. https://github.com/ruby/ruby/pull/515 + * lib/matrix.rb * Add Vector#round. https://github.com/ruby/ruby/pull/802 -* ext/coverage/coverage.c - * Coverage.peek_result: new method to allow coverage to be captured without - stopping the coverage tool. [Feature #10816] +* lib/webrick/utils.rb + * removed unused argument. https://github.com/ruby/ruby/pull/356 + +* Net::FTP + * Connections are in passive mode per default now. The default mode can + be changed by Net::FTP.default_passive=. [Feature #11612] * Net::HTTP * default value of Net::HTTP#open_timeout is now 60 (was nil). @@ -256,9 +263,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L263 * Net::Telnet is extracted to net-telnet gem. It's unmaintain code. [Feature #11083] -* Net::FTP - * Connections are in passive mode per default now. The default mode can - be changed by Net::FTP.default_passive=. [Feature #11612] +* Rake + * Rake is removed from stdlib. [Feature #11025] * RubyGems * Updated to RubyGems 2.5.1. For full release notes see: @@ -267,12 +273,6 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L273 and http://docs.seattlerb.org/rubygems/History_txt.html#label-2.5.1+-2F+2015-12-10 -* Rake - * Rake is removed from stdlib. [Feature #11025] - -* Fiddle - * Fiddle::Function#call releases the GVL. [Feature #11607] - === Built-in global variables compatibility issues * $SAFE -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/