start of foreign key support
[DBIx-DBSchema.git] / Changes
diff --git a/Changes b/Changes
index 83f6abd..6b85511 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,13 @@
 Revision history for Perl extension DBIx::DBSchema.
 
+0.42_01 unreleased
+        - Basic foreign key support
+          + table creation
+          + table alteration (adding new foreign keys)
+          + reverse-engineering (Pg driver)
+
 0.41_01 unreleased
-        - consolidate multiple ALTER TABLE statements for efficiency
+        - consolidate multiple ADD/ALTER COLUMN statements into one ALTER TABLE
 
 0.40 Sat Dec 17 17:03:51 PST 2011
         - doc: sql_update_schema link to sql_add_column misspelled