0.06001 changes v0.06001
Matt S Trout [Sat, 8 Apr 2006 21:53:55 +0000 (21:53 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index c5f3186..d7e4333 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Revision history for DBIx::Class
 
 0.06001
+        - minor fix to update in case of undefined rels
+        - fixes for cascade delete
+        - substantial improvements and fixes to deploy
         - Added fix for quoting with single table
         - Substantial fixes and improvements to deploy
         - slice now uses search directly
index 488a5c2..784c131 100644 (file)
@@ -13,7 +13,7 @@ sub component_base_class { 'DBIx::Class' }
 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports
 # brain damage and presumably various other packaging systems too
 
-$VERSION = '0.06000';
+$VERSION = '0.06001';
 
 sub MODIFY_CODE_ATTRIBUTES {
     my ($class,$code,@attrs) = @_;