Skip to content

Commit

Permalink
mention Pathname change.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Dec 12, 2018
1 parent 7f9bf06 commit c33e716
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c33e716

Please sign in to comment.