diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-18 07:56:57 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-18 07:56:57 +0000 |
commit | 30f9177d5d43b15d5d14f7b18ab96c932fb131f4 (patch) | |
tree | cac77868895d7d10aaa383ba57c1de36d459a559 /NEWS | |
parent | 91efee1bd01a73ab360f0667682d71e7ef12fbd5 (diff) | |
download | ruby-30f9177d5d43b15d5d14f7b18ab96c932fb131f4.tar.gz |
* NEWS: add Net::FTP#mlst and Net::FTP#mlsd.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -126,6 +126,10 @@ with all sufficient information, see the ChangeLog file. * timeout * Object#timeout is now warned as deprecated when called. +* Net::FTP + * Net::FTP#mlst is added. + * Net::FTP#mlsd is added. + === Stdlib compatibility issues (excluding feature bug fixes) * lib/webrick/utils.rb |