From cc4a5a6bdee491c5439f07d95234668dbb956e72 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 26 Feb 2009 14:15:39 +0000 Subject: * ext/socket/lib/socket.rb (BasicSocket#connect_address): new method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1d0f70286..7eae35746 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 26 23:14:46 2009 Tanaka Akira + + * ext/socket/lib/socket.rb (BasicSocket#connect_address): new method. + Thu Feb 26 19:29:10 2009 Nobuyoshi Nakada * hash.c (hash_foreach_iter): fix for prototype. -- cgit