0.03012 released
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 986322f..aa26906 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+0.03012 Tue May 22, 2007
+        - Relationship names for multiple multi-col rels between
+          the same table fixed by ilmari
+        - Fix from Marc Espie for CREATE TABLE 'foo' for SQLite
+        - skip ^sqlite_ tables in SQLite (thanks chromatic)
+
 0.03011 Sat Apr 14 19:03:07 UTC 2007
         - fix case-sensitivity in UNIQUE parsing for SQLite