From 18a3bf5a0e6fd9de8dd1347fb70575147a513c7e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 15 Mar 2021 20:05:03 +0900 Subject: [PATCH] NEWS of [Feature #12194] [ci skip] --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 897e15d830..690d33a493 100644 --- a/NEWS.md +++ b/NEWS.md @@ -21,6 +21,11 @@ Outstanding ones only. * Enumerator::Lazy#compact is added. [[Feature #17312]] +* File + + * File.dirname now accepts an optional argument for the level to + strip path components. [[Feature #12194]] + * Module * Module#prepend now modifies the ancestor chain if the receiver