From f12ec3fcbd21e74ab4b678d48102da01a1ee6e00 Mon Sep 17 00:00:00 2001 From: normal Date: Wed, 16 Dec 2015 07:16:00 +0000 Subject: 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 --- ChangeLog | 4 ++++ NEWS | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index b4de39f34b..7528357f3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Dec 16 16:04:49 2015 Eric Wong + + * NEWS: note IO#fadvise change [ruby-core:72168] + Wed Dec 16 15:35:13 2015 Koichi Sasada * vm.c: fix mark miss for proc given as passed block. 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 -- cgit v1.2.3