Tagged 0.983 and removed the branch
[dbsrgits/DBM-Deep.git] / Changes
diff --git a/Changes b/Changes
index 42090f5..4e74e3b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for DBM::Deep.
 
-0.983 Mar 25 08:00:00 2006 Pacific
+0.983 Apr 10 20:00:00 2006 Pacific
     - Added patch inspired by Jeff Janes (Thanks!)
       - Autovivification now works correctly
       - The following now works correctly
@@ -8,9 +8,7 @@ Revision history for DBM::Deep.
         $db->{hash} = \%hash;
         $hash{b} = 2;
         cmp_ok( $db->{hash}{b}, '==', 2 );
-    - NOTE: This patch works by tying the underlying datastructure that was
-      passed in. There are currently no checks to see if the datastructure was
-      previously tied.
+    - (RT#18530) - DBM::Deep now plays nicely with -l
 
 0.982 Mar 08 11:00:00 2006 Pacific
     - Fixed smoketests that were failing on Win32