From e5847a259bf3783aa6a002e0d142b43c03938bc3 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 20 Sep 2005 09:22:02 +0000 Subject: * lib/yaml.rb: require 'yaml/constants'. [ruby-core:5776] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ed6298b9..7b35ca31b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Sep 20 18:20:33 2005 Yukihiro Matsumoto + + * lib/yaml.rb: require 'yaml/constants'. [ruby-core:5776] + Tue Sep 20 17:48:34 2005 Yukihiro Matsumoto * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): add charset -- cgit