From: rkinyon Date: Fri, 28 Sep 2007 17:05:59 +0000 (+0000) Subject: r8200@rob-kinyons-computer-2 (orig r10014): rkinyon | 2007-09-28 12:10:04 -0400 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=985d9f93c8cc83de89096af380c85919c2948825;p=dbsrgits%2FDBM-Deep.git r8200@rob-kinyons-computer-2 (orig r10014): rkinyon | 2007-09-28 12:10:04 -0400 Updated Changes file --- diff --git a/Changes b/Changes index e4dd4d1..94c7011 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,11 @@ Revision history for DBM::Deep. -1.0004 Sep 25 00:00:00 2007 EDT +1.0004 Sep 28 12:15:00 2007 EDT - (This version is compatible with 1.0003) - Fixed the Changes file (wrong version was displayed for 1.0003) - Added filter sugar methods to be more API-compatible with other DBMs + - This was added to support a patch provided to IO::All so it can + use DBM::Deep as a DBM provider. - Implemented _dump_file in order to display the file structure. As a result, the following bugs were fixed: - Arrays and hashes now clean up after themselves better.