allow constraint/exclude options together
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 7e79d47..16a2de9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - allow the constraint and exclude options to be used simultaneously
+          (bphillips)
         - fix Oracle common tests fail with multi_schema due to not resetting
           the preserve_case option after the preserve_case tests (RT#70829)
         - handle <type> DEFAULT NULL for Pg