(no commit message)
Matt S Trout [Thu, 26 Jan 2006 21:53:19 +0000 (21:53 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index a04c066..d0c9623 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for DBIx::Class
 
+        - multi-step prefetch!
+        - inheritance fixes
+        - test tweaks
+
 0.04999_04 2006-01-24 21:48:21
         - more documentation improvements
         - add columns_info_for for vendor-specific column info (Zbigniew Lukasiak)
index fa317c3..84fc24a 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.04999_04';
+$VERSION = '0.04999_05';
 
 1;