aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
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]