aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-07 17:59:09 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-07 17:59:09 +0000
commit9ef1b99c15d67bfd26a9e3ac21724cb40e812f00 (patch)
treebd08ba2f56cd31c7214cac31ad8981e369a321ce /NEWS
parent2e35cf8438846bd1a165774b7e5352831ac5840b (diff)
downloadruby-9ef1b99c15d67bfd26a9e3ac21724cb40e812f00.tar.gz
NEWS: note [Feature #13517] is Linux-only (no side-effects on _*nonblock)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59284 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 a2f5c22562..aae7b9637f 100644
--- a/NEWS
+++ b/NEWS
@@ -125,7 +125,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* BasicSocket#read_nonblock and BasicSocket#write_nonblock no
longer sets the O_NONBLOCK file description flag as side effect
- [Feature #13362]
+ (on Linux only) [Feature #13362]
=== Stdlib compatibility issues (excluding feature bug fixes)