From 8debde8e56ffa4f8dbfa054a97a626a00539188b Mon Sep 17 00:00:00 2001 From: nagai Date: Sat, 3 Oct 2009 20:39:54 +0000 Subject: * ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int,to_str,to_ary git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 52abb259b..7e538d4cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 4 05:34:34 2009 Hidetoshi NAGAI + + * ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int, + to_str,to_ary + Sun Oct 4 00:59:52 2009 Takeyuki FUJIOKA * lib/cgi/core.rb: fix command-line option of -- cgit