Changes update / version bump for 0.05999_03 release
Brandon L. Black [Tue, 14 Mar 2006 01:51:53 +0000 (01:51 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 06935e2..f8b2823 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for DBIx::Class
 
-0.05999_03
+0.05999_03 2006-03-14 01:58:10
+        - has_many prefetch fixes
         - deploy now adds drop statements before creates
         - deploy outputs debugging statements if DBIX_CLASS_STORAGE_DBI_DEBUG
             is set
index 61fccca..014d87e 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.05999_02';
+$VERSION = '0.05999_03';
 
 sub MODIFY_CODE_ATTRIBUTES {
     my ($class,$code,@attrs) = @_;