summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-23 13:47:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-23 13:47:36 +0000
commit52419a6e1032c4fe8fe6f6f6e2858dcd8fa32ba6 (patch)
treeef124e40608ebc586a0aca52f0117624bb8c88ed /NEWS
parent2ba68008b593e1ef064dd8eeea03492ba4c4f3ff (diff)
Dir.glob base option
* dir.c (dir_s_aref, dir_s_glob): add new optional keyword argument, `base`. [Feature#13056] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8088274f79..42d22eb9e7 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* Array#append [Feature #12746]
* Array#prepend [Feature #12746]
+* Dir
+
+ * Dir.glob provides new optional keyword argument, :base.
+ [Feature#13056]
+
* Integer
* Integer.sqrt [Feature #13219]