aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-12-23 00:16:51 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-12-23 00:16:51 +0900
commit1bf8d5e9797f6304b2e27cb7f42d467f84de0ff4 (patch)
tree45cb3edc2fca24f8bf497367c4bfb598578ae5e7 /NEWS
parentd339de9d1a11923cd6d435d995ee479d08791720 (diff)
downloadruby-1bf8d5e9797f6304b2e27cb7f42d467f84de0ff4.tar.gz
Changed behavior on windows platforms too [ci skip]
at 61aff0cd189e67fa6f2565639ad0128fa33b88fc [Bug #15267]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cf0afb03d9..ac71d7dafd 100644
--- a/NEWS
+++ b/NEWS
@@ -308,8 +308,7 @@ File::
Modified method::
- * File.extname now returns a dot string at a name ending with a dot on
- non-Windows platforms. [Bug #15267]
+ * File.extname now returns a dot string at a name ending with a dot. [Bug #15267]
File.extname("foo.") #=> "."