summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-09 08:49:09 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-09 08:49:09 +0000
commit842b735979f41169900af88a50e24d0d5e698a44 (patch)
tree5833eef0f25afb31e6be33e98e660f42f42ff600 /NEWS
parent236e2993ef7667912f8dfb1b1de2d1d60a82127d (diff)
add 'x' mode character for O_EXCL
[Feature #11258] Patch by cremno (cremno phobia) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64245 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 6dab274b1a..a67ec25325 100644
--- a/NEWS
+++ b/NEWS
@@ -81,6 +81,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Hash#filter is a new alias for Hash#select [Feature #13784]
* Hash#filter! is a new alias for Hash#select! [Feature #13784]
+* IO
+
+ * new mode character 'x' to open files for exclusive access [Feature #11258]
+
* Kernel
* Kernel#then is a new alias for Kernel#yield_self [Feature #14594]