summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b7c380b21..9716204910 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 18 16:56:19 2015 Shugo Maeda <shugo@ruby-lang.org>
+
+ * NEWS: add Net::FTP#mlst and Net::FTP#mlsd.
+
Fri Sep 18 07:39:22 2015 Aaron Patterson <tenderlove@ruby-lang.org>
* ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heap
diff --git a/NEWS b/NEWS
index 1803ed99a8..2c36be0d73 100644
--- a/NEWS
+++ b/NEWS
@@ -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