aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-11 16:31:24 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-11 16:31:24 +0000
commitead37757a1fe2b19b20c6384bb5db222f60974c1 (patch)
treea7f15654aab0b01c0c4388da03faaba7efa8adc6 /NEWS
parent96f5050350b84fff9592f2012f18510cd62d9685 (diff)
downloadruby-ead37757a1fe2b19b20c6384bb5db222f60974c1.tar.gz
NEWS: sort alphabetically
* NEWS (Stdlib compatibility issues): sort classes/modules in alphabetical order. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 16 insertions, 16 deletions
diff --git a/NEWS b/NEWS
index fffd1a33ff..5299bf8909 100644
--- a/NEWS
+++ b/NEWS
@@ -230,11 +230,12 @@ with all sufficient information, see the ChangeLog file.
=== 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 ChangeLog file.
* 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 ChangeLog file.
* 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 ChangeLog file.
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