summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2ba73b4a26..7ac30e3f0a 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,12 @@ with all sufficient information, see the ChangeLog file.
* Numeric#positive? and Numeric#negative? are added, which return
true when the receiver is positive and negative respectively.
+* IO
+
+ * new mode flag File::SHARE_DELETE is available.
+ this flag means to permit deleting opened file on Windows, but currently
+ this affect only files opened as binary. [Feature #11218]
+
=== Core classes compatibility issues (excluding feature bug fixes)
* Array