From b7b903bbd0200dc368d1652802f8b8393ecf9df4 Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 10 May 2009 23:56:22 +0000 Subject: * lib/net/smtp.rb (Net::SMTP#check_auth_args): should not change number of methods for the sake of compatibility. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aa2757706..a4bb4ecf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 11 04:39:45 2009 Yukihiro Matsumoto + + * lib/net/smtp.rb (Net::SMTP#check_auth_args): should not change + number of methods for the sake of compatibility. + Sun May 10 11:36:11 2009 Nobuyoshi Nakada * ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check if -- cgit