summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorShugo Maeda <shugo@ruby-lang.org>2019-09-02 14:43:35 +0900
committerShugo Maeda <shugo@ruby-lang.org>2019-09-02 14:43:51 +0900
commit633ae3278ecce7c2b98fa1aa6106f963894c538a (patch)
tree71e3095b81cc14c4e1cd5eb02eb9bbe239711162 /NEWS
parente9b271d1e2251a2e2f613431ae2d9eb2a14ba0a9 (diff)
Add Net::FTP#features and Net::FTP#option
Patch by darkphnx (Dan Wentworth) . Thanks! [Feature #15964]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index baebe5c94b..2857cc9e4c 100644
--- a/NEWS
+++ b/NEWS
@@ -254,6 +254,10 @@ IRB::
* Enable auto indent and save/load history by default.
+Net::FTP::
+
+ * Add features and options. [Feature #15964]
+
Net::IMAP::
* Add Server Name Indication (SNI) support. [Feature #15594]