aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-14 10:53:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-14 10:53:35 +0000
commit247f12b913f5334e06c100446d4add0378e7fb55 (patch)
treed5459776f9ccdf4059fb720f97823fc7ffca1e7e /NEWS
parent9bd5476243c6279f2c1ddf7bf9d8c9c4246642dc (diff)
downloadruby-247f12b913f5334e06c100446d4add0378e7fb55.tar.gz
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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]