From 6a5dda00d8fef046b1df3ba41411fb041106cd23 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 29 Jul 2015 01:39:14 +0000 Subject: * io.c (rb_io_extract_modeenc): add option parameter `flags' to append extra oflags to normal mode. [Feature #11253] [ruby-core:69539] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 62ddaece45..3295c942ef 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,10 @@ with all sufficient information, see the ChangeLog file. this flag means to permit deleting opened file on Windows, but currently this affect only files opened as binary. [Feature #11218] + * new option parameter `flags' is added. + this parameter is bitwise-ORed to oflags generated by normal mode argument. + [Feature #11253] + * Thread * Thread#name, Thread#name= are added to handle thread names [Feature #11251] -- cgit v1.2.3