aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-13 11:50:21 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-13 11:50:21 +0000
commit0a550264a150a2241d4e669f01467c9247d01222 (patch)
tree846bfd6c044e5a88c2af17e1caab67e333028bbf /NEWS
parent4ff07119e960aee14e03753f808914fa000abe2f (diff)
downloadruby-0a550264a150a2241d4e669f01467c9247d01222.tar.gz
add news about inode for Windows [Feature #11216]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eefdd005d2..52961cc67e 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,10 @@ with all sufficient information, see the ChangeLog file.
initial_state argument. [Feature #10958]
Use a local variable instead to maintain a state.
+* File::Stat
+ * On Windows, File::Stat.ino now returns
+ BY_HANDLE_FILE_INFORMATION.nFileIndexHigh/Low.
+
* IO
* IO#close doesn't raise when the IO object is closed. [Feature #10718]