support MSSQL 2000 again, optimization for MSSQL
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 1560788..d7bae34 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - support SQL Server 2000 again (broken in 0.07011)
+
+0.07024  2012-05-08 15:35:16
+        - work around broken keyseq in DBD::Pg foreign_key_info (RT#77062)
+
+0.07023  2012-05-05 11:44:15
+        - properly order FK columns when using base ::DBI loader (SineSwiper)
         - bump Class::Inspector dep to 1.27 due to test failures with earlier
           versions on perl >= 5.15.7 (RT#74236)