From a7121985366bfece35bc5d6f8a3259cdc5552042 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 30 Aug 2016 12:40:55 +0000 Subject: sort entries [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index bf8263c213..dfbce87f4b 100644 --- a/NEWS +++ b/NEWS @@ -70,6 +70,11 @@ with all sufficient information, see the ChangeLog file or Redmine * Kernel#clone now takes an optional keyword argument, freeze flag. [Feature #12300] +* MatchData + + * MatchData#named_captures [Feature #11999] + * MatchData#values_at supports named captures [Feature #9179] + * Regexp * Regexp#match? [Feature #8110] @@ -97,11 +102,6 @@ with all sufficient information, see the ChangeLog file or Redmine work for all of Unicode. See the documentation of String#downcase for details. [Feature #10085] -* MatchData - - * MatchData#named_captures [Feature #11999] - * MatchData#values_at supports named captures [Feature #9179] - * Thread * Thread#report_on_exception and Thread.report_on_exception @@ -119,16 +119,16 @@ with all sufficient information, see the ChangeLog file or Redmine as level, progname, datetime_format, formatter. [Feature #12224] * Add shift_period_suffix option. [Feature #10772] -* optparse - - * Add an into option. [Feature #11191] - * OpenSSL * OpenSSL is extracted as a gem and the upstream has been migrated to https://github.com/ruby/openssl. OpenSSL still remains as a default gem. Refer to its History.md for the full release note. [Feature #9612] +* optparse + + * Add an into option. [Feature #11191] + === Compatibility issues (excluding feature bug fixes) * Array#sum and Enumerable#sum are implemented. [Feature #12217] @@ -164,14 +164,14 @@ with all sufficient information, see the ChangeLog file or Redmine === Stdlib compatibility issues (excluding feature bug fixes) -* Time - - * Time#to_time now preserves timezone. [Bug #12271] - * DateTime * DateTime#to_time now preserves timezone. [Bug #12189] +* Time + + * Time#to_time now preserves timezone. [Bug #12271] + * thread * the extension library is removed. Till 2.0 it was a pure ruby script -- cgit v1.2.3