diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-11-23 00:03:27 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-11-23 00:03:27 +0000 |
commit | e50266f299758a49d8933f4023803470c5f09943 (patch) | |
tree | 7ba1bf60bf4204ca323f0028cd37eaaaf09bc7d9 /NEWS | |
parent | 5660bb929f6d9124cce46cd95f54fa0db30431ed (diff) |
Add a new optinal argument pathname to FTP#stat.
Based on the patch by soleboxy.
[Fix GH-1478] [ruby-core:78240] [Feature #12965]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -205,6 +205,7 @@ with all sufficient information, see the ChangeLog file or Redmine * Support TLS (RFC 4217). * Support hash style options for Net::FTP.new. + * Add a new optional argument pathname to Net::FTP#status. * OpenSSL |