From ab5d5369a06b0014e1ffdf24f398a1a74b2f6c84 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 27 May 2004 07:43:38 +0000 Subject: * lib/pstore.rb (transaction): allow overriding dump and load. [ruby-dev:23567] * lib/yaml/store.rb: follow lib/pstore.rb's change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 10f16e1aa..4997e419d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -73,6 +73,13 @@ Mon May 24 10:46:26 2004 Kazuhiro NISHIYAMA * lib/rdoc/generators/template/html/html.rb: SYSTEM identifiers must be absolute URIs +Sun May 23 04:53:50 2004 Kazuhiro NISHIYAMA + + * lib/pstore.rb (transaction): allow overriding dump and load. + [ruby-dev:23567] + + * lib/yaml/store.rb: follow lib/pstore.rb's change. + Sat May 22 11:54:10 2004 Nobuyoshi Nakada * MANIFEST: add test/openssl/test_x509store.rb. -- cgit