summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 962f1e1234..331f33607d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@ Wed Nov 11 11:58:38 2015 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/ftp.rb (initialize): Connections are in passive mode per
default now. The default mode can be changed by
Net::FTP.default_passive=.
+ [ruby-core:71146] [Feature #11612]
* lib/net/ftp.rb (default_passive=, default_passive): new methods.