summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-05 07:01:47 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-05 07:01:47 +0000
commited44d40ba7b0c4d79bbaac5961459ff1be537d25 (patch)
tree9392955ad1235c9a95f087071244b638c7d1f480
parentc8cbae685fd88f24b8b1d0b160ba52985cd61410 (diff)
Sort in alphabetical order [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS20
1 files changed, 10 insertions, 10 deletions
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,13 +397,12 @@ 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]
+=== Compatibility issues (excluding feature bug fixes)
- * Use 1.17.1. It's latest stable version.
+[Dir]
-=== Compatibility issues (excluding feature bug fixes)
+ * Dir.glob with <code>'\0'</code>-separated pattern list will be deprecated,
+ and is now warned. [Feature #14643]
[File]
@@ -405,11 +410,6 @@ sufficient information, see the ChangeLog file or Redmine
File.readlines do not invoke external commands even if the path starts
with the pipe character <code>'|'</code>. [Feature #14245]
-[Dir]
-
- * Dir.glob with <code>'\0'</code>-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.