1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

sort entries [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2016-08-30 12:40:55 +00:00
parent f9e75e1a82
commit a712198536

26
NEWS
View file

@ -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