summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTanaka Akira <akr@fsij.org>2019-07-14 17:44:33 +0900
committerTanaka Akira <akr@fsij.org>2019-07-14 17:44:33 +0900
commit5786df12f5c07510f9f15e984c564179afae33c0 (patch)
tree10624a15c2dfcd3b892a92060ad8998f36b5f7a5 /NEWS
parent4d9504fe13c6470d9da74540f92a247e8c1d9b99 (diff)
Describe about Pathname.glob.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ecd269790..82ce541bbc 100644
--- a/NEWS
+++ b/NEWS
@@ -203,6 +203,11 @@ open-uri::
* Warn open-uri's "open" method at Kernel.
Use URI.open instead.
+Pathname:
+
+ * Delegates 3 arguments from Pathname.glob to Dir.glob to
+ accept base: keyword.
+
Racc::
* Merge 1.4.15 from upstream repository and added cli of racc.