Cleanup moose detection
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 496e3ef..703e85d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,17 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - Switch to MRO::Compat
+        - Fix oracle common tests failure / lc(undef) warnings
+        - Bump Moose/Moosex::NonMoose optional dependencies to fixed-up
+          versions
+        - Fix mssql common tests failures with MSSQL 2005 (skip test of
+          datatypes found only on MSSQL 2008)
+        - Fix dangerous invocation of ->meta on classes during upgrade
+          (may be *non* moosified and contain a user-defined meta() )
+
+0.07001  2010-07-24 21:28:08
+        - put is_deferrable => 1 back into default attributes for belongs_to
+        - fix Postgres sequence detection for qualified sequences
         - detect DOS line ends in table/column comments and convert to \n
         - added use_moose option
         - always mark pk columns is_nullable=0