diff --git a/NEWS b/NEWS index 91637c523b..47d3eff93b 100644 --- a/NEWS +++ b/NEWS @@ -269,6 +269,12 @@ sufficient information, see the ChangeLog file or Redmine === Stdlib updates (outstanding ones only) +[Bundler] + + * Add Bundler to Standard Library. [Feature #12733] + + * Use 1.17.1. It's latest stable version. + [Coverage] A oneshot_lines mode is added. [Feature #15022] @@ -391,25 +397,19 @@ sufficient information, see the ChangeLog file or Redmine * Add URI::File to handle file URI scheme. [Feature #14035] -[Bundler] - - * Add Bundler to Standard Library. [Feature #12733] - - * Use 1.17.1. It's latest stable version. - === Compatibility issues (excluding feature bug fixes) +[Dir] + + * Dir.glob with '\0'-separated pattern list will be deprecated, + and is now warned. [Feature #14643] + [File] * File.read, File.binread, File.write, File.binwrite, File.foreach, and File.readlines do not invoke external commands even if the path starts with the pipe character '|'. [Feature #14245] -[Dir] - - * Dir.glob with '\0'-separated pattern list will be deprecated, - and is now warned. [Feature #14643] - === Stdlib compatibility issues (excluding feature bug fixes) * These standard libraries have been promoted to default gems.