More cleanup ... almost ready for _release_space()
[dbsrgits/DBM-Deep.git] / Changes
diff --git a/Changes b/Changes
index 259e721..716df29 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,15 @@
 Revision history for DBM::Deep.
 
-0.98  Feb ?? ??:??:?? 2006 Pacific
+0.99_01 ??? ?? ??;??:?? 2006 Pacific
+    - Provided explicit dependency on Perl 5.6.0
+      - Digest::MD5 requires 5.6.0
+      - Sub::Uplevel (dep of Test::Exception) requires 5.6.0
+    - Removed error()/clear_error()
+    - Broke out DBM::Deep's code into DBM::Deep::Engine
+
+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: