From 5786df12f5c07510f9f15e984c564179afae33c0 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 14 Jul 2019 17:44:33 +0900 Subject: [PATCH] Describe about Pathname.glob. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) 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.