aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-29 14:42:03 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-29 14:42:03 +0000
commit8f52e4912475e838d51dc82ead041d125668ffcf (patch)
tree10250c11d3e5f7e91eee8b98e2b682a2c92af064
parent819e8e6c82f05203c28d4e191d7dbe351d2f2905 (diff)
downloadruby-8f52e4912475e838d51dc82ead041d125668ffcf.tar.gz
* ChangeLog: enhance log message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 21f3139043..d3b956f0cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Mon Sep 29 23:39:13 2003 Minero Aoki <aamine@loveruby.net>
* lib/net/http.rb (finish): does not raise IOError even if
- !started?, to allow duplicated #finish call.
+ !started?, to allow closing socket which was opened before
+ session started.
* lib/net/pop.rb (finish): ditto.