support MSSQL 2000 again, optimization for MSSQL
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index ae8cf6e..d7bae34 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 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