From 4f13927f1fe06a5fe23e25448d9adc80031e0bad Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 17 Oct 2019 19:42:25 +0900 Subject: [DOC] no change on Windows [Bug #15267] [ci skip] --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e8fdfe0cf5..aadb1224c9 100644 --- a/NEWS +++ b/NEWS @@ -194,8 +194,8 @@ Fiber:: File:: Modified method:: - * File.extname now returns a dot string at a name ending with a - dot. [Bug #15267] + * File.extname now returns a dot string at a name ending with a dot on + non-Windows platforms. [Bug #15267] File.extname("foo.") #=> "." -- cgit v1.2.3