From ddc0d50fa5e840542ca7b5807d177b9295af7f65 Mon Sep 17 00:00:00 2001 From: aamine Date: Wed, 2 Jul 2003 02:39:53 +0000 Subject: * lib/net/smtp.rb: synchronize document with source code. * lib/net/pop.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ffca1948..61dde9cfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jul 2 11:45:34 2003 Minero Aoki + + * lib/net/smtp.rb: synchronize document with source code. + + * lib/net/pop.rb: ditto. + Wed Jul 2 11:39:50 2003 Minero Aoki * lib/net/smtp.rb: unify SMTP and SMTPCommand. -- cgit