summaryrefslogtreecommitdiff
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
commit57464618abee8c5d35d9a24767cdb62d1459b341 (patch)
treed5459776f9ccdf4059fb720f97823fc7ffca1e7e /NEWS
parentf7ef047f8e3e271e8defa0065959416a188a8fd4 (diff)
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]