ruby-changes:54097
From: kazu <ko1@a...>
Date: Tue, 11 Dec 2018 08:53:04 +0900 (JST)
Subject: [ruby-changes:54097] kazu:r66318 (trunk): Sort [ci skip]
kazu 2018-12-11 08:52:59 +0900 (Tue, 11 Dec 2018) New Revision: 66318 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66318 Log: Sort [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 66317) +++ NEWS (revision 66318) @@ -103,14 +103,6 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L103 * Enumerable#filter is a new alias for Enumerable#select. [Feature #13784] -[Enumerator] - - [New methods] - - * Enumerator#+ returns an enumerator object that iterates over the - elements of the receiver and then those of the other operand. - [Feature #15144] - [Enumerator::ArithmeticSequence] * This is a new class to represent a generator of an arithmetic sequence, @@ -131,6 +123,14 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L123 * Enumerator::Lazy#filter is a new alias for Enumerator::Lazy#select. [Feature #13784] +[Enumerator] + + [New methods] + + * Enumerator#+ returns an enumerator object that iterates over the + elements of the receiver and then those of the other operand. + [Feature #15144] + [ENV] [Modified methods] @@ -268,12 +268,11 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L268 * Range#step now returns an instance of Enumerator::ArithmeticSequence class rather than one of Enumerator class. -[RubyVM] +[Regexp/String] - [New methods] + * Update Unicode version from 10.0.0 to 11.0.0 [Feature #14802] - * RubyVM.resolve_feature_path identifies the file that will be loaded by - "require(feature)". [experimental] [Feature #15230] + * Update Emoji version from 5.0 to 11.0.0 [Feature #14802] [RubyVM::AbstractSyntaxTree] @@ -288,11 +287,12 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L287 * RubyVM::AbstractSyntaxTree.of returns AST nodes of the given proc or method. [experimental] -[Regexp/String] +[RubyVM] - * Update Unicode version from 10.0.0 to 11.0.0 [Feature #14802] + [New methods] - * Update Emoji version from 5.0 to 11.0.0 [Feature #14802] + * RubyVM.resolve_feature_path identifies the file that will be loaded by + "require(feature)". [experimental] [Feature #15230] [String] @@ -342,12 +342,6 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L342 === Stdlib updates (outstanding ones only) -[Bundler] - - * Add Bundler to Standard Library. [Feature #12733] - - * Use 2.0.0. It's latest stable version. - [BigDecimal] Update to the version 1.4.0. This version includes several compatibility @@ -357,6 +351,12 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L351 * BigDecimal() accepts new keywords "exception:" likewise Float(). +[Bundler] + + * Add Bundler to Standard Library. [Feature #12733] + + * Use 2.0.0. It's latest stable version. + [Coverage] A oneshot_lines mode is added. [Feature #15022] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/