diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-10 14:10:19 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-10 14:10:19 +0000 |
| commit | 80400362a47f079afbe6fb613dc62a81cbb8ec4d (patch) | |
| tree | f5a3e3367988621afdbfdfeb9d24a8e5b812b8d7 /ChangeLog | |
| parent | 97d464245318c4e9f59f71830d2fa4ba66e145d3 (diff) | |
| download | ruby-80400362a47f079afbe6fb613dc62a81cbb8ec4d.tar.gz ruby-80400362a47f079afbe6fb613dc62a81cbb8ec4d.tar.xz ruby-80400362a47f079afbe6fb613dc62a81cbb8ec4d.zip | |
* lib/pstore.rb (PStore::dump, PStore::load): allow subclass
overriding. [ruby-dev:34305]
* lib/yaml/store.rb (YAML::Store::marshal_dump_supports_canonical_option?):
add a method to support faster PStore.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Apr 10 23:08:52 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * lib/pstore.rb (PStore::dump, PStore::load): allow subclass + overriding. [ruby-dev:34305] + + * lib/yaml/store.rb (YAML::Store::marshal_dump_supports_canonical_option?): + add a method to support faster PStore. + Thu Apr 10 20:36:45 2008 Akinori MUSHA <knu@iDaemons.org> * misc/rdebug.el, misc/README: Remove rdebug.el as per request |
