summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 07:16:00 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 07:16:00 +0000
commitf12ec3fcbd21e74ab4b678d48102da01a1ee6e00 (patch)
tree67b966b7a8470fa87edbdc16a39ad8ac1441b96a /NEWS
parent5dc676a5cf6b7201f78e4622c0aad4982f4e3db0 (diff)
NEWS: note IO#fadvise change [ruby-core:72168] [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2661445e87..cb324080f9 100644
--- a/NEWS
+++ b/NEWS
@@ -97,6 +97,9 @@ with all sufficient information, see the ChangeLog file.
this parameter is bitwise-ORed to oflags generated by normal mode argument.
[Feature #11253]
+ * IO#fadvise no longer raises Errno::ENOSYS in cases where it was
+ detected at build time but not available at runtime. [Feature #11806]
+
* Kernel
* Kernel#loop, when stopped by a StopIteration exception, returns