aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-22 02:03:49 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-22 02:03:49 +0000
commitb09ff06845267dce70c8b7868a68ae88acd54af2 (patch)
tree41a5a3d2f082fc8a1e372ec6e75bcc822073433d /NEWS
parent199dc8e0db47be9da115b84bcf253b4429a39792 (diff)
downloadruby-b09ff06845267dce70c8b7868a68ae88acd54af2.tar.gz
Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]
The order of resulted array is changed in some cases. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 43a053b521..d9730e0839 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Dir.glob provides new optional keyword argument, :base.
[Feature #13056]
+ * Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]
+ The order of resulted array is changed in some cases.
* Dir.children [Feature #11302]
* Dir.each_child [Feature #11302]