Merge 'trunk' into 'current'
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index d1063b1..e2cbf07 100644 (file)
--- a/Changes
+++ b/Changes
@@ -10,6 +10,10 @@ Revision history for Perl extension DBIx::Class::Schema::Loader
         - Set is_auto_increment for auto-increment columns (RT #31473)
           (Only SQLite, MySQL and PostgreSQL are currently supported)
         - Generate one-to-one accessors for unique foreign keys (ilmari)
+        - Add support for load_namespaces-style class layout
+        - Fix test skip count for main skip_rels block
+        - Fix auto-inc column creation for the Oracle tests
+        - Fix column ordering in unique constraints for Oracle
         - Fix Win32 test skip counts for good (RT #30568, Kenichi Ishigaki)
         - Default Oracle db_schema to db username (patch
           from Johannes Plunien)