From 08c031f3214915e4ca8a6d78537e2bfeface0284 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 5 Aug 2006 02:07:23 +0000 Subject: [PATCH] add ML entry git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 075755e625..a3e0ec0e36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ Fri Aug 4 12:13:22 2006 Eric Hodel * lib/.document: Include most of the standard library in RDoc generation. * lib/rdoc/ri/ri_formatter.rb: Don't unescape HTML in HtmlFormatter. - * lib/drb/ssl.rb: Close socket on SSLError + * lib/drb/ssl.rb: Close socket on SSLError [ruby-core:7197] Fri Aug 4 18:59:49 2006 Keiju Ishitsuka