aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-12-23 12:07:15 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-12-23 12:07:15 +0900
commit3142a6beb28db36dc9150f1ad6752cd1e19a8712 (patch)
tree56773f065b6ad817760aa930d086f08a6d42b1bf /NEWS
parent204dc3f39f12b4e2640555306bd1dd4530344277 (diff)
downloadruby-3142a6beb28db36dc9150f1ad6752cd1e19a8712.tar.gz
Revert "Changed behavior on windows platforms too [ci skip]"
This reverts commit 1bf8d5e9797f6304b2e27cb7f42d467f84de0ff4. Because 204dc3f39f12b4e2640555306bd1dd4530344277 reverts 61aff0cd189e67fa6f2565639ad0128fa33b88fc
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a80495306b..cbd162bcb5 100644
--- a/NEWS
+++ b/NEWS
@@ -308,7 +308,8 @@ 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.") #=> "."