summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-27 08:40:40 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-27 08:40:40 +0000
commita6488f04deba974e556290a84763fe4918ce9660 (patch)
tree141815125461f7534900695d60736953337ce545 /NEWS
parent04dc3a0ca655011fc775d58a7bd933b8ed644ef7 (diff)
Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"
This reverts commit r60341,r60342,r60344,r60345. Breaking compabitility of the order of result breaks many tests. To avoid such effort to fix tests, the order should be kept. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b24508a452..5fe79fc74b 100644
--- a/NEWS
+++ b/NEWS
@@ -31,8 +31,6 @@ 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]