changes for _07
David Kamholz [Wed, 12 Jul 2006 18:57:07 +0000 (18:57 +0000)]
Changes
lib/DBIx/Class.pm

diff --git a/Changes b/Changes
index 14f335b..a67d3c1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for DBIx::Class
 
+0.06999_07 2006-07-12 20:58:05
+        - fix issue with from attr copying introduced in last release
+
 0.06999_06 2006-07-12 17:16:55
         - documentation for new storage options, fix S::A::L hanging on to $dbh
         - substantial refactor of search_related code to fix alias numbering
index 1949721..454689d 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.06999_06';
+$VERSION = '0.06999_07';
 
 sub MODIFY_CODE_ATTRIBUTES {
     my ($class,$code,@attrs) = @_;