aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-13 12:02:17 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-13 12:02:17 +0000
commit1cae8c1a60d56388b00207303e6991556f83af6a (patch)
tree18711c094d818b5b67b6c42ec539fa44310f3610 /NEWS
parentc1f7f0e5614b9d974ca286dff94ae414e0089d75 (diff)
downloadruby-1cae8c1a60d56388b00207303e6991556f83af6a.tar.gz
On Windows File::Stat#ino always returned 0, but
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a84c4aa62f..fc074d0dac 100644
--- a/NEWS
+++ b/NEWS
@@ -49,7 +49,7 @@ with all sufficient information, see the ChangeLog file.
Use a local variable instead to maintain a state.
* File::Stat
- * On Windows, File::Stat.ino now returns
+ * On Windows File::Stat#ino always returned 0, but now returns
BY_HANDLE_FILE_INFORMATION.nFileIndexHigh/Low.
* IO