summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 05:38:59 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 05:38:59 +0000
commitc33e716d6d2069e78f0b96793547355b0679a2d7 (patch)
tree9cafc11c06fdc54eb9f58ef1637c08e5343cbb09
parent7f9bf068fcff9ca7d6a21711f31c5b8d6022dddf (diff)
mention Pathname change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ce2e35d858..4a3a27627a 100644
--- a/NEWS
+++ b/NEWS
@@ -535,6 +535,14 @@ sufficient information, see the ChangeLog file or Redmine
* String#to_d parses the receiver string like String#to_f.
+
+[Pathname]
+
+ * Pathname.read, Pathname.binread, Pathname.write, Pathname.binwrite,
+ Pathname#each_line and Pathname.readlines do not invoke external
+ commands even if the path starts with the pipe character <code>'|'</code>.
+ This follows [Feature #14245].
+
=== C API updates
=== Implementation improvements