belongs_to attribute should always be inherited and on by default
[dbsrgits/DBIx-Class-Fixtures.git] / Changes
diff --git a/Changes b/Changes
index 0addf99..4897ec1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,17 @@
 Revision history for DBIx-Class-Fixtures
 
+- Fix t/var/configs/*.json to use valid JSON syntax
+- Fixed DateTime::Format dependencies
+
+1.001002
+- Allow passing schema object to ->populate
+- Check that fixture population dir was created
+
+1.001001
+- debug defaults to 0 rather than undef
+- cleanup only deletes what's necessary
+- added db specific dbi files so that postgres can use deferrable
+
 1.001000
 - Added includes functionality
 - Added post_ddl and cascade attributes to populate (Drew Taylor)