From b5ab21471d3561c173104aa67e6c723fe12bd9d4 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 25 Oct 2007 19:22:27 +0000 Subject: * lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch from Dan Zwell in [ruby-core:12941]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 39bf572e3..78621fdde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 26 04:21:36 2007 Yukihiro Matsumoto + + * lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch from + Dan Zwell in [ruby-core:12941]. + Fri Oct 26 01:48:28 2007 Yukihiro Matsumoto * array.c (rb_ary_assoc): check and convert inner arrays (assocs) -- cgit