From 57464618abee8c5d35d9a24767cdb62d1459b341 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 14 Jul 2017 10:53:35 +0000 Subject: io.c: textmode if newline decorator * io.c (validate_enc_binmode): newline decorator implies text mode now. [ruby-core:80270] [Bug #13350] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index af11da3550..db9e9432f4 100644 --- a/NEWS +++ b/NEWS @@ -32,6 +32,10 @@ with all sufficient information, see the ChangeLog file or Redmine * Dir.children [Feature #11302] * Dir.each_child [Feature #11302] +* File + + * :newline option to File.open implies text mode now. [Bug #13350] + * Integer * Integer.sqrt [Feature #13219] -- cgit v1.2.3