update Changes with MooseX::MarkAsMethods
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 9925959..f3e208d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,19 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - use MooseX::MarkAsMethods instead of namespace::autoclean for the
+          use_moose option, this protects operator overloads, only_autoclean
+          option added for the old behavior
+        - add experimental naming=v8 mode with better CamelCase identifier
+          support, relationship naming and conversion of non-identifier chars
+          (RT#71945)
+        - implement schema_base_class and schema_components for dynamic and
+          working schemas
+        - remove dependency on File::Slurp
+        - allow the constraint and exclude options to be used simultaneously
+          (bphillips)
+        - fix Oracle multi-db_schema unique detection (RT#70851)
+        - 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
         - handle boolean DEFAULT 0::boolean for Pg
         - config file support for dbicdump script