aboutsummaryrefslogtreecommitdiffstats
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
commitff9928cb1a7adc0ea2bea81dbe43791b980a8eda (patch)
treeef124e40608ebc586a0aca52f0117624bb8c88ed /NEWS
parent8ce98152393b53d9f490152dc5593ae1ba69c377 (diff)
downloadruby-ff9928cb1a7adc0ea2bea81dbe43791b980a8eda.tar.gz
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]