updated changes and added drew to contribs
Luke Saunders [Fri, 25 Apr 2008 16:27:50 +0000 (16:27 +0000)]
Changes
lib/DBIx/Class/Fixtures.pm
t/var/DBIxClass.db

diff --git a/Changes b/Changes
index 7f6e38c..521f118 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for DBIx-Class-Fixtures
 
 1.001000
 - Added includes functionality
+- Added post_ddl and cascade attributes to populate (Drew Taylor)
+- Scalar refs in cond clauses handled in sets as well as fetches (Sebastian Willert)
+- Directory separators in primary keys do not cause a crash (Sebastian Willert)
 
 1.000001
 - Added missing deps
index 753cb2b..957b751 100644 (file)
@@ -890,6 +890,7 @@ sub msg {
 
   Ash Berlin <ash@shadowcatsystems.co.uk>
   Matt S. Trout <mst@shadowcatsystems.co.uk>
+  Drew Taylor <taylor.andrew.j@gmail.com>
 
 =head1 LICENSE
 
index c591fb9..a0e978d 100644 (file)
Binary files a/t/var/DBIxClass.db and b/t/var/DBIxClass.db differ