From 292738541e454f919d8d670e126280fdff146a2f Mon Sep 17 00:00:00 2001 From: why Date: Thu, 24 Jul 2003 18:56:09 +0000 Subject: * lib/yaml/dbm.rb: replace indexes with values_at. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eed0de936..369597c9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jul 25 03:52:21 2003 why the lucky stiff + + * lib/yaml/dbm.rb: replace indexes with values_at. + Fri Jul 25 02:55:59 2003 GOTOU Yuuzou * ext/openssl/extconf.rb: add check for libsocket and libnsl. -- cgit