aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.md
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 1c0feb6560..a53f4f22a4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -14,6 +14,13 @@ sufficient information, see the ChangeLog file or Redmine
## Core classes updates (outstanding ones only)
+* Dir
+
+ * Modified method
+
+ * Dir.glob and Dir.[] now sort the results by default, and
+ accept `sort:` keyword option. [[Feature #8709]]
+
* Hash
* Modified method
@@ -46,6 +53,7 @@ sufficient information, see the ChangeLog file or Redmine
## Miscellaneous changes
+[Feature #8709]: https://bugs.ruby-lang.org/issues/8709
[Feature #8948]: https://bugs.ruby-lang.org/issues/8948
[Feature #16274]: https://bugs.ruby-lang.org/issues/16274
[Feature #16377]: https://bugs.ruby-lang.org/issues/16377