summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 10:28:34 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 10:28:34 +0000
commite2a92c54e68f73c1774fd792143b748f6cc4d222 (patch)
tree7372ea238cf75914a3ef1d1f949f954fcc3a00fe /NEWS
parenta2d6b37f0cd82afb5acc6445a8ba52199e00358f (diff)
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@60253 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 4cb0215587..0c4ee89da2 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]