10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91efee1 commit 30f9177Copy full SHA for 30f9177
ChangeLog
@@ -1,3 +1,7 @@
1
+Fri Sep 18 16:56:19 2015 Shugo Maeda <shugo@ruby-lang.org>
2
+
3
+ * NEWS: add Net::FTP#mlst and Net::FTP#mlsd.
4
5
Fri Sep 18 07:39:22 2015 Aaron Patterson <tenderlove@ruby-lang.org>
6
7
* ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heap
NEWS
@@ -126,6 +126,10 @@ with all sufficient information, see the ChangeLog file.
126
* timeout
127
* Object#timeout is now warned as deprecated when called.
128
129
+* Net::FTP
130
+ * Net::FTP#mlst is added.
131
+ * Net::FTP#mlsd is added.
132
133
=== Stdlib compatibility issues (excluding feature bug fixes)
134
135
* lib/webrick/utils.rb
0 commit comments