Tagged 0.981
[dbsrgits/DBM-Deep.git] / Changes
diff --git a/Changes b/Changes
index 60573e8..b2f7546 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,19 @@
 Revision history for DBM::Deep.
 
-0.98  Feb ?? ??:??:?? 2006 Pacific
+0.981 Mar 06 11:00:00 2006 Pacific
+    - (RT#17947) - Fixed test that was failing on older Perls
+
+0.98  Feb 28 11:00:00 2006 Pacific
+    - Added in patch by David Cantrell to allow use of DATA filehandle
+    - Fixed bug where attempting to export() a structure that used autobless would die
     - Fixed arraytest slowness by localizing $SIG{__DIE__} to prevent Test::Builder's
       $SIG{__DIE__} from being called. (q.v. http://perldoc.perl.org/functions/eval.html)
+    - More methods have been made private:
+        - root() is now _root()
+        - base_offset() is now _base_offset()
+        - fh() is now _fh()
+        - type() is now _type()
+        - precalc_sizes() is now _precalc_sizes()
 
 0.97  Feb 24 10:00:00 2006 Pacific
     - Reorganization of distribution to a more standard layout