From e88da3dc21c67d3ea3036f6628cdfa31cd6a69a2 Mon Sep 17 00:00:00 2001 From: aamine Date: Tue, 18 May 2004 17:23:22 +0000 Subject: * lib/net/http.rb: do not use class variables. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0dfe47dc9..2d304d5a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed May 19 02:21:53 2004 Minero Aoki + + * lib/net/http.rb: do not use class variables. + Tue May 18 21:21:43 2004 NAKAMURA, Hiroshi * lib/csv.rb: writes lines with "\n" when row separator is not given. -- cgit