From 1edaf1ad2cbffa98c375724c3aedbb2d005d6f25 Mon Sep 17 00:00:00 2001 From: xibbar Date: Fri, 24 Oct 2008 12:10:27 +0000 Subject: * lib/cgi/html.rb: allow symbolized key. * test/cgi/test_cgi_tag_helper.rb: add a test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 73e5ba95b..5a80d188a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Oct 24 21:05:38 2008 Takeyuki FUJIOKA + + * lib/cgi/html.rb: allow symbolized key. + + * test/cgi/test_cgi_tag_helper.rb: add a test. + Fri Oct 24 20:54:53 2008 Nobuyoshi Nakada * common.mk (exts): renamed to get rid of the existent directory. -- cgit