From 0bf30ef7ca43d621ce3cc0ed262cdc3637425b44 Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 12 May 2007 09:25:56 +0000 Subject: * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120] * test/net/http/test_http.rb: test Net::HTTP.post_form. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bb24d948a..d649359c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat May 12 18:26:36 2007 Minero Aoki + + * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120] + + * test/net/http/test_http.rb: test Net::HTTP.post_form. + Fri May 11 15:27:09 2007 Nobuyoshi Nakada * iseq.c (iseq_data_to_ary): internal IDs must not be exposed. -- cgit