summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-15 20:05:03 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-15 22:36:05 +0900
commit18a3bf5a0e6fd9de8dd1347fb70575147a513c7e (patch)
treeb2e03338f183bb7e08a154d79d44c1f654b1ee1d /NEWS.md
parent9e5105ca451d6d38eb2d03a2ffc904074f0333b9 (diff)
NEWS of [Feature #12194] [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md5
1 files changed, 5 insertions, 0 deletions
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